chore(source): do not filter out any KinoGer links

This commit is contained in:
WebStreamr 2026-01-06 13:49:46 +00:00
parent bfe8c36e87
commit 41bc53b9da
No known key found for this signature in database

View file

@ -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;
}