Skip to content

Commit

Permalink
fix: Animekai (#661)
Browse files Browse the repository at this point in the history
  • Loading branch information
Toasty360 authored Mar 3, 2025
1 parent 2828761 commit bbc371a
Show file tree
Hide file tree
Showing 11 changed files with 129 additions and 56 deletions.
2 changes: 1 addition & 1 deletion dist/extractors/megacloud/megacloud.decodedpng.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export declare const decoded_png: Uint8ClampedArray;
export declare const decoded_png: Uint8ClampedArray<ArrayBuffer>;
22 changes: 4 additions & 18 deletions dist/extractors/megaup.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/megaup.js.map

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

1 change: 1 addition & 0 deletions dist/models/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ export interface IAnimeEpisode {
export interface IEpisodeServer {
name: string;
url: string;
[x: string]: unknown;
}
export interface IVideo {
/**
Expand Down
Loading

0 comments on commit bbc371a

Please sign in to comment.