From 41bc53b9da4f4882b415b055d99f0ef31c5a907a Mon Sep 17 00:00:00 2001 From: WebStreamr <210764791+webstreamr@users.noreply.github.com> Date: Tue, 6 Jan 2026 13:49:46 +0000 Subject: [PATCH] chore(source): do not filter out any KinoGer links --- src/source/KinoGer.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/source/KinoGer.ts b/src/source/KinoGer.ts index e0dfbde..5a65f1d 100644 --- a/src/source/KinoGer.ts +++ b/src/source/KinoGer.ts @@ -54,7 +54,7 @@ export class KinoGer extends Source { } const urlMatch = (urlsMatch[1].split(',')[episodeIndex] ?? '').match(/https?:\/\/[^\s'"<>]+/); - if (!urlMatch || urlMatch[0].includes('p2pplay.pro')) { + if (!urlMatch) { return; }