chore(source): do not filter out any KinoGer links
This commit is contained in:
parent
bfe8c36e87
commit
41bc53b9da
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue