small fix

master
Arjix 2021-05-24 01:19:14 +03:00 committed by GitHub
parent 7fb7020fb9
commit 08c51d4d69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ class WcoStream(Anime, sitename='wcostream'):
return [
x.find('a')['href']
for x in episodes
if 'javascript' not in str(x)
if 'https://wcostream.cc/watch' in x.find('a')['href']
]
def _scrape_metadata(self):