From e8ad568327c85363638bd5454730bc5cb6410090 Mon Sep 17 00:00:00 2001 From: WebStreamr <210764791+webstreamr@users.noreply.github.com> Date: Sun, 24 Aug 2025 13:40:47 +0000 Subject: [PATCH] hore(extractor): add more KinoGer domains --- src/extractor/KinoGer.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/extractor/KinoGer.ts b/src/extractor/KinoGer.ts index eb6db4c..0b80d2c 100644 --- a/src/extractor/KinoGer.ts +++ b/src/extractor/KinoGer.ts @@ -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); }