fix(source): remove useless KinoGer p2pplay.pro URLs

This commit is contained in:
WebStreamr 2025-08-05 10:06:11 +00:00
parent 009bb930b5
commit faa91ce238
No known key found for this signature in database

View file

@ -52,7 +52,7 @@ export class KinoGer implements Source {
}
const urlMatch = (urlsMatch[1].split(',')[episodeIndex] ?? '').match(/https?:\/\/[^\s'"<>]+/);
if (!urlMatch) {
if (!urlMatch || urlMatch[0].includes('p2pplay.pro')) {
return;
}