mirror of
https://github.com/p-stream/providers.git
synced 2026-03-11 17:55:36 +00:00
zunime source file!!!
This commit is contained in:
parent
6b36fceb51
commit
748375b63a
1 changed files with 10 additions and 0 deletions
10
src/providers/sources/zunime.ts
Normal file
10
src/providers/sources/zunime.ts
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
import { flags } from '@/entrypoint/utils/targets';
|
||||
import { makeMalSource } from '@/providers/sources/_helpers/mal';
|
||||
|
||||
export const zunimeScraper = makeMalSource({
|
||||
id: 'zunime',
|
||||
name: 'Zunime',
|
||||
rank: 125,
|
||||
embedIds: ['zunime-hd-2', 'zunime-miko', 'zunime-shiro', 'zunime-zaza'],
|
||||
flags: [flags.CORS_ALLOWED],
|
||||
});
|
||||
Loading…
Reference in a new issue