fix(source): remove useless KinoGer p2pplay.pro URLs
This commit is contained in:
parent
009bb930b5
commit
faa91ce238
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue