Skip to content

Commit

Permalink
Fix(zoro): fetchEpisodeSources (#543)
Browse files Browse the repository at this point in the history
* Feat(dramacool): add (genres, duration, status) to fetchMediaInfo

* Feat(dramacool): add (genres, duration, status) to fetchMediaInfo

* Feat(dramacool): add (genres, duration, status) to fetchMediaInfo

* [CodeFactor] Apply fixes

* Feat(dramacool): add (genres, duration, status) to fetchMediaInfo

* Feat(dramacool): add (totalPages) to search

* Fix(zoro): update the extractor in fetchEpisodeSources and update zoro domain.

* Fix(zoro): add: @types/http-errors

* Fix(zoro): remove: @types/http-errors and build

* Fix(zoro): remove console.log

* Fix(zoro): remove console.log and clean code

* Fix(zoro): update format

* Fix(zoro): remove unused imports

* Fix(zoro): Requested changes were implemented.

* Updated gogoanime ajax url

* Fix(zoro): fetchEpisodeSources

---------

Co-authored-by: codefactor-io <support@codefactor.io>
  • Loading branch information
carlosesteven and code-factor authored Jun 17, 2024
1 parent 8345a5a commit 8ccb4a2
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 8ccb4a2

Please sign in to comment.