diff --git a/src/providers/sources/florence/thunderleaf.ts b/src/providers/sources/florence/thunderleaf.ts index a7cb7c1..fe96fb7 100644 --- a/src/providers/sources/florence/thunderleaf.ts +++ b/src/providers/sources/florence/thunderleaf.ts @@ -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, -}); \ No newline at end of file +});