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