mirror of
https://github.com/sussy-code/providers.git
synced 2026-08-09 08:27:33 +00:00
Update API endpoint for Thunderleaf scraper
This commit is contained in:
parent
403b1e50e9
commit
f3a4cc841d
1 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@ import { makeSourcerer, SourcererOutput } from "@/providers/base";
|
|||
import { MovieScrapeContext, ShowScrapeContext } from "@/utils/context";
|
||||
import { NotFoundError } from "@/utils/errors";
|
||||
|
||||
const API = "https://ubiquitous-parakeet-pxqvgx7j57jhrrqx-3000.app.github.dev";
|
||||
const API = "https://thunderleaf.onrender.com";
|
||||
|
||||
async function ThunderleafScraper(
|
||||
ctx: MovieScrapeContext | ShowScrapeContext
|
||||
|
|
@ -55,4 +55,4 @@ export const thunderleafScraper = makeSourcerer({
|
|||
flags: [flags.CORS_ALLOWED],
|
||||
scrapeMovie: ThunderleafScraper,
|
||||
scrapeShow: ThunderleafScraper,
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue