mirror of
https://github.com/p-stream/providers.git
synced 2026-01-11 20:10:33 +00:00
Update all.ts
This commit is contained in:
parent
1315cfcd07
commit
1c08477d42
1 changed files with 2 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ import { ee3Scraper } from '@/providers/sources/ee3';
|
|||
import { fsharetvScraper } from '@/providers/sources/fsharetv';
|
||||
import { insertunitScraper } from '@/providers/sources/insertunit';
|
||||
import { mp4hydraScraper } from '@/providers/sources/mp4hydra';
|
||||
import { nepuScraper } from '@/providers/sources/neputo';
|
||||
import { tugaflixScraper } from '@/providers/sources/tugaflix';
|
||||
import { vidsrcScraper } from '@/providers/sources/vidsrc';
|
||||
import { vidsrcsuScraper } from '@/providers/sources/vidsrcsu';
|
||||
|
|
@ -101,6 +102,7 @@ export function gatherAllSources(): Array<Sourcerer> {
|
|||
wecimaScraper,
|
||||
animeflvScraper,
|
||||
cinemaosScraper,
|
||||
nepuScraper,
|
||||
];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue