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,