Fix doodstream
This commit is contained in:
@@ -12,7 +12,7 @@ def test_video_exists(page_url):
|
||||
|
||||
response = scraper.get(page_url)
|
||||
|
||||
if response.status_code == 404 or 'File you are looking for is not found' in response.text:
|
||||
if response.status_code == 404 or 'Not Found' in response.text:
|
||||
return False, config.get_localized_string(70449) % 'DooD Stream'
|
||||
else:
|
||||
data = response.text
|
||||
|
||||
Reference in New Issue
Block a user