Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
riimuru authored Dec 21, 2024
2 parents 627f6a1 + bba8edb commit a8340ef
Show file tree
Hide file tree
Showing 15 changed files with 156 additions and 8 deletions.
3 changes: 2 additions & 1 deletion dist/extractors/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ import StreamWish from './streamwish';
import VidCloud from './vidcloud';
import VidMoly from './vidmoly';
import VizCloud from './vizcloud';
import VidHide from './vidhide';
import Voe from './voe';
export { AsianLoad, BilibiliExtractor, Filemoon, GogoCDN, Kwik, MixDrop, Mp4Player, Mp4Upload, RapidCloud, MegaCloud, SmashyStream, StreamHub, StreamLare, StreamSB, StreamTape, StreamWish, VidCloud, VidMoly, VizCloud, Voe, };
export { AsianLoad, BilibiliExtractor, Filemoon, GogoCDN, Kwik, MixDrop, Mp4Player, Mp4Upload, RapidCloud, MegaCloud, SmashyStream, StreamHub, StreamLare, StreamSB, StreamTape, StreamWish, VidCloud, VidMoly, VizCloud, VidHide, Voe, };
4 changes: 3 additions & 1 deletion dist/extractors/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/index.js.map

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

7 changes: 7 additions & 0 deletions dist/extractors/vidhide.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import { VideoExtractor, IVideo } from '../models';
declare class VidHide extends VideoExtractor {
protected serverName: string;
protected sources: IVideo[];
extract: (videoUrl: URL) => Promise<IVideo[]>;
}
export default VidHide;
56 changes: 56 additions & 0 deletions dist/extractors/vidhide.js

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

1 change: 1 addition & 0 deletions dist/extractors/vidhide.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 @@ -170,6 +170,7 @@ export declare enum StreamingServers {
SmashyStream = "smashystream",
StreamHub = "streamhub",
StreamWish = "streamwish",
VidHide = "vidhide",
VidMoly = "vidmoly",
Voe = "voe"
}
Expand Down
1 change: 1 addition & 0 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.

12 changes: 11 additions & 1 deletion dist/providers/anime/anix.js

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

Loading

0 comments on commit a8340ef

Please sign in to comment.