Skip to content

Commit

Permalink
Merge pull request #398 from Eltik/master
Browse files Browse the repository at this point in the history
update: Fix Anify
  • Loading branch information
Eltik authored Oct 18, 2023
2 parents a8feae0 + caa847c commit bc32210
Show file tree
Hide file tree
Showing 17 changed files with 83 additions and 374 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Thanks to the following people for keeping this project alive and thriving.
[![](https://contrib.rocks/image?repo=consumet/consumet.ts)](https://github.com/consumet/consumet.ts/graphs/contributors)

### Credits
- [Enime API](https://github.com/Enime-Project/api.enime.moe) - Used as a caching layer for the meta/anilist provider to speed up responses.
- [Anify API](https://github.com/Eltik/Anify) - Used as a caching layer for the meta/anilist provider to speed up responses.

## License
Licensed under [MIT](./LICENSE).
2 changes: 0 additions & 2 deletions dist/extractors/rapidcloud.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ declare class RapidCloud extends VideoExtractor {
protected sources: IVideo[];
private readonly fallbackKey;
private readonly host;
private readonly consumetApi;
private readonly enimeApi;
extract: (videoUrl: URL) => Promise<{
sources: IVideo[];
} & {
Expand Down
14 changes: 0 additions & 14 deletions dist/extractors/rapidcloud.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/rapidcloud.js.map

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

14 changes: 7 additions & 7 deletions dist/models/types.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/models/types.js.map

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

Loading

0 comments on commit bc32210

Please sign in to comment.