mirror of
https://github.com/sussy-code/providers.git
synced 2026-03-11 17:55:37 +00:00
fix eslint issues on all.ts
This commit is contained in:
parent
98ed445fe3
commit
1bc744d48d
1 changed files with 1 additions and 2 deletions
|
|
@ -12,6 +12,7 @@ import { upcloudScraper } from '@/providers/embeds/upcloud';
|
|||
import { upstreamScraper } from '@/providers/embeds/upstream';
|
||||
import { vidsrcembedScraper } from '@/providers/embeds/vidsrc';
|
||||
import { vTubeScraper } from '@/providers/embeds/vtube';
|
||||
import { autoembedScraper } from '@/providers/sources/autoembed';
|
||||
import { ee3Scraper } from '@/providers/sources/ee3';
|
||||
import { flixhqScraper } from '@/providers/sources/flixhq/index';
|
||||
import { goMoviesScraper } from '@/providers/sources/gomovies/index';
|
||||
|
|
@ -62,8 +63,6 @@ import { soaperTvScraper } from './sources/soapertv';
|
|||
import { vidSrcToScraper } from './sources/vidsrcto';
|
||||
import { warezcdnScraper } from './sources/warezcdn';
|
||||
|
||||
import { autoembedScraper } from '@/providers/sources/autoembed';
|
||||
|
||||
export function gatherAllSources(): Array<Sourcerer> {
|
||||
// all sources are gathered here
|
||||
return [
|
||||
|
|
|
|||
Loading…
Reference in a new issue