From f86bacfb657781183c5ffc4e2dc68665cebc21bc Mon Sep 17 00:00:00 2001 From: Pas <74743263+Pasithea0@users.noreply.github.com> Date: Sun, 26 Oct 2025 13:52:47 -0600 Subject: [PATCH] disable my anime --- src/providers/sources/myanime/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/providers/sources/myanime/index.ts b/src/providers/sources/myanime/index.ts index 285be14..02d3f46 100644 --- a/src/providers/sources/myanime/index.ts +++ b/src/providers/sources/myanime/index.ts @@ -140,6 +140,7 @@ export const myanimeScraper = makeSourcerer({ id: 'myanime', name: 'MyAnime', rank: 113, + disabled: true, // disabled since AI api is not privated flags: [flags.CORS_ALLOWED], scrapeMovie: universalScraper, scrapeShow: showScraper,