Skip to content

Commit

Permalink
refactor(gogoanime): Refactor fetchEpisodeSources (#514)
Browse files Browse the repository at this point in the history
* refactor(gogoanime): Refactor fetchEpisodeSources

* Update gogoanime.ts

---------

Co-authored-by: Marouane <[email protected]>
  • Loading branch information
hase0278 and riimuru authored Apr 16, 2024
1 parent 91c8783 commit b7867c2
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 14 deletions.
2 changes: 1 addition & 1 deletion dist/providers/anime/9anime.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/providers/anime/9anime.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/providers/anime/gogoanime.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ declare class Gogoanime extends AnimeParser {
id: string | undefined;
title: string | undefined;
}[]>;
fetchDirectDownloadLink: (downloadUrl: string, captchaToken?: string) => Promise<{
fetchDirectDownloadLink: (downloadUrl: string, captchaToken: string) => Promise<{
source: string | undefined;
link: string | undefined;
}[]>;
Expand Down
11 changes: 5 additions & 6 deletions dist/providers/anime/gogoanime.js

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

Loading

0 comments on commit b7867c2

Please sign in to comment.