Skip to content

Commit

Permalink
Fixed flixhq.to
Browse files Browse the repository at this point in the history
  • Loading branch information
Toasty360 committed Jan 6, 2025
1 parent 2bdc766 commit 039e155
Show file tree
Hide file tree
Showing 22 changed files with 180 additions and 2,820 deletions.
24 changes: 1 addition & 23 deletions dist/extractors/megacloud/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,29 +1,7 @@
import { ISource, IVideo, VideoExtractor } from '../../models';
export type track = {
file: string;
kind: string;
label?: string;
default?: boolean;
};
type intro_outro = {
start: number;
end: number;
};
export type unencryptedSource = {
file: string;
type: string;
};
export type extractedSources = {
sources: string | unencryptedSource[];
tracks: track[];
encrypted: boolean;
intro: intro_outro;
outro: intro_outro;
server: number;
};
declare class MegaCloud extends VideoExtractor {
protected serverName: string;
protected sources: IVideo[];
extract(embedIframeURL: URL): Promise<ISource>;
extract(embedIframeURL: URL, referer?: string): Promise<ISource>;
}
export default MegaCloud;
85 changes: 4 additions & 81 deletions dist/extractors/megacloud/index.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/megacloud/index.js.map

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

3 changes: 1 addition & 2 deletions dist/extractors/megacloud/megacloud.getsrcs.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
import type { extractedSources } from './index';
export declare function getSources(xrax: string): Promise<extractedSources | undefined>;
export declare function getSources(embed_url: string, site: string): Promise<any>;
136 changes: 70 additions & 66 deletions dist/extractors/megacloud/megacloud.getsrcs.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/megacloud/megacloud.getsrcs.js.map

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions dist/extractors/rabbit.d.ts

This file was deleted.

Loading

0 comments on commit 039e155

Please sign in to comment.