zunime source file!!!

This commit is contained in:
lew 2025-08-10 20:48:24 +01:00 committed by GitHub
parent 6b36fceb51
commit 748375b63a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View 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],
});