Skip to content

Commit

Permalink
Fix(zoro): fetchEpisodeSources
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosesteven committed Jun 9, 2024
1 parent a6fc435 commit 39e26b9
Show file tree
Hide file tree
Showing 5 changed files with 86 additions and 125 deletions.
5 changes: 3 additions & 2 deletions dist/extractors/megacloud.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ declare class MegaCloud extends VideoExtractor {
intro?: Intro | undefined;
outro?: Intro | undefined;
}>;
extractVariables(text: string, sourceName: string): number[];
getSecret(encryptedString: string, values: number[]): {
extractVariables(text: string): number[][];
getSecret(encryptedString: string, values: number[][]): {
secret: string;
encryptedSource: string;
};
decrypt(encrypted: string, keyOrSecret: string, maybe_iv?: string): string;
matchingKey(value: string, script: string): string;
}
export default MegaCloud;
92 changes: 37 additions & 55 deletions dist/extractors/megacloud.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/extractors/megacloud.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 39e26b9

Please sign in to comment.