Skip to content

Commit

Permalink
feat(gogoanime): get direct download link from download link
Browse files Browse the repository at this point in the history
  • Loading branch information
hase0278 committed Mar 28, 2024
1 parent 760d26b commit b811f0c
Show file tree
Hide file tree
Showing 5 changed files with 63 additions and 1 deletion.
4 changes: 4 additions & 0 deletions dist/providers/anime/gogoanime.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ declare class Gogoanime extends AnimeParser {
id: string | undefined;
title: string | undefined;
}[]>;
fetchDirectDownloadLink: (downloadUrl: string) => Promise<{
source: string | undefined;
link: string | undefined;
}[]>;
fetchAnimeList: (page?: number) => Promise<ISearch<IAnimeResult>>;
}
export default Gogoanime;
27 changes: 27 additions & 0 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 b811f0c

Please sign in to comment.