mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 10:43:25 +00:00
fixed imports
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { Embed, Sourcerer } from '@/providers/base';
|
||||
import { doodScraper } from '@/providers/embeds/dood';
|
||||
import { febboxHlsScraper } from '@/providers/embeds/febbox/hls';
|
||||
import { febboxMp4Scraper } from '@/providers/embeds/febbox/mp4';
|
||||
import { mixdropScraper } from '@/providers/embeds/mixdrop';
|
||||
@@ -16,7 +17,6 @@ import { remotestreamScraper } from '@/providers/sources/remotestream';
|
||||
import { showboxScraper } from '@/providers/sources/showbox/index';
|
||||
import { vidsrcScraper } from '@/providers/sources/vidsrc/index';
|
||||
import { zoechipScraper } from '@/providers/sources/zoechip';
|
||||
import { doodScraper } from '@/providers/embeds/dood';
|
||||
|
||||
import { fileMoonScraper } from './embeds/filemoon';
|
||||
import { smashyStreamDScraper } from './embeds/smashystream/dued';
|
||||
@@ -61,6 +61,6 @@ export function gatherAllEmbeds(): Array<Embed> {
|
||||
fileMoonScraper,
|
||||
vidplayScraper,
|
||||
wootlyScraper,
|
||||
doodScraper
|
||||
doodScraper,
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user