Skip to content

Commit

Permalink
feat: add readmanga.app to providers
Browse files Browse the repository at this point in the history
  • Loading branch information
ReneAslanov committed Jul 2, 2024
1 parent 19a89a0 commit e2910d4
Show file tree
Hide file tree
Showing 79 changed files with 926 additions and 76 deletions.
2 changes: 1 addition & 1 deletion dist/extractors/filemoon.js.map

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/gogocdn.js.map

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/kwik.js.map

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

4 changes: 2 additions & 2 deletions dist/extractors/megacloud.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ declare class MegaCloud extends VideoExtractor {
extract(videoUrl: URL): Promise<{
sources: IVideo[];
subtitles: ISubtitle[];
intro?: Intro | undefined;
outro?: Intro | undefined;
intro?: Intro;
outro?: Intro;
}>;
extractVariables(text: string): number[][];
getSecret(encryptedString: string, values: number[][]): {
Expand Down
Loading

0 comments on commit e2910d4

Please sign in to comment.