mirror of
https://github.com/p-stream/providers.git
synced 2026-04-17 22:51:51 +00:00
update myanime
This commit is contained in:
parent
138b400d24
commit
54ab56d342
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue