update myanime

This commit is contained in:
Pas 2025-09-19 15:53:06 -06:00
parent 138b400d24
commit 54ab56d342

View file

@ -138,8 +138,8 @@ const universalScraper = async (ctx: MovieScrapeContext): Promise<SourcererOutpu
export const myanimeScraper = makeSourcerer({
id: 'myanime',
name: 'MyAnime 🌸',
rank: 810,
name: 'MyAnime',
rank: 113,
flags: [flags.CORS_ALLOWED],
scrapeMovie: universalScraper,
scrapeShow: showScraper,