chore(extractor): add more KinoGer domains

This commit is contained in:
WebStreamr 2025-08-24 13:40:47 +00:00
parent b616fef018
commit c8cd2ec794
No known key found for this signature in database

View file

@ -21,6 +21,7 @@ export class KinoGer extends Extractor {
return [
'asianembed.cam',
'disneycdn.net',
'dzo.vidplayer.live',
'filedecrypt.link',
'kinoger.re',
'moflix.rpmplay.xyz',
@ -31,6 +32,7 @@ export class KinoGer extends Extractor {
'ultrastream.online',
'videoland.cfd',
'videoshar.uns.bio',
'w1tv.xyz',
'wasuytm.store',
].includes(url.host);
}