mirror of
https://github.com/sussy-code/smov.git
synced 2025-01-09 17:37:40 +01:00
18 lines
455 B
TypeScript
18 lines
455 B
TypeScript
|
import { initializeScraperStore } from "./helpers/register";
|
||
|
|
||
|
// TODO backend system:
|
||
|
// - run providers/embedscrapers in webworkers for multithreading and isolation
|
||
|
// - 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/testProvider";
|
||
|
|
||
|
// embeds
|
||
|
// -- nothing here yet
|
||
|
|
||
|
initializeScraperStore();
|