mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 18:13:25 +00:00
add embed scrapers to list
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
import { Embed, Sourcerer } from '@/providers/base';
|
||||
import { mp4uploadScraper } from '@/providers/embeds/mp4upload';
|
||||
import { streamsbScraper } from '@/providers/embeds/streamsb';
|
||||
import { upcloudScraper } from '@/providers/embeds/upcloud';
|
||||
import { flixhqScraper } from '@/providers/sources/flixhq/index';
|
||||
import { remotestreamScraper } from '@/providers/sources/remotestream';
|
||||
@@ -10,5 +12,5 @@ export function gatherAllSources(): Array<Sourcerer> {
|
||||
|
||||
export function gatherAllEmbeds(): Array<Embed> {
|
||||
// all embeds are gathered here
|
||||
return [upcloudScraper];
|
||||
return [upcloudScraper, mp4uploadScraper, streamsbScraper];
|
||||
}
|
||||
|
Reference in New Issue
Block a user