feat: source selection & ugly source selector

This commit is contained in:
Adrian Castro
2024-02-18 12:22:07 +01:00
parent 68ec709c51
commit ec1300c6d6
7 changed files with 113 additions and 5 deletions

View File

@@ -1,7 +1,9 @@
import type { ScrapeMedia, Stream } from "@movie-web/providers";
import { getBuiltinSources } from "@movie-web/providers";
export const name = "provider-utils";
export * from "./video";
export * from "./util";
export type { Stream, ScrapeMedia };
export { getBuiltinSources };