mirror of
https://github.com/sussy-code/smov.git
synced 2026-05-01 04:44:30 +00:00
16 lines
374 B
TypeScript
16 lines
374 B
TypeScript
import { initializeScraperStore } from "./helpers/register";
|
|
|
|
// TODO backend system:
|
|
// - caption support
|
|
// - hooks to run all providers one by one
|
|
// - move over old providers to new system
|
|
// - implement jons providers/embedscrapers
|
|
|
|
// providers
|
|
// -- nothing here yet
|
|
import "./providers/gdriveplayer";
|
|
|
|
// embeds
|
|
// -- nothing here yet
|
|
|
|
initializeScraperStore();
|