mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 13:03:25 +00:00
example comments
This commit is contained in:
@@ -14,3 +14,13 @@ export interface Providers {}
|
|||||||
export function makeProviders(ops: ProviderBuilderOptions): Providers {
|
export function makeProviders(ops: ProviderBuilderOptions): Providers {
|
||||||
return {};
|
return {};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//
|
||||||
|
|
||||||
|
// const scrapers = makeProviders({
|
||||||
|
// fetcher: makeFetcher(fetch),
|
||||||
|
// });
|
||||||
|
|
||||||
|
// scrapers.scrape();
|
||||||
|
// scrapers.callScraper(id);
|
||||||
|
// scrapers.getScraper(id);
|
||||||
|
Reference in New Issue
Block a user