mirror of
https://github.com/movie-web/movie-web.git
synced 2025-01-28 02:35:31 +01:00
7 lines
166 B
TypeScript
7 lines
166 B
TypeScript
|
import { theFlixScraper } from "./list/theflix";
|
||
|
import { MWMediaProvider } from "./scrapers";
|
||
|
|
||
|
export const mediaProviders: MWMediaProvider[] = [
|
||
|
theFlixScraper
|
||
|
]
|