guardaserieicu è ora .us
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
"guardaserie_stream": "https://guardaserie.store",
|
||||
"guardaseriecam": "https://guardaserie.cam",
|
||||
"guardaserieclick": "https://www.guardaserie.guru",
|
||||
"guardaserieicu": "https://guardaserie.us",
|
||||
"hd4me": "https://hd4me.net",
|
||||
"ilgeniodellostreaming": "https://ilgeniodellostreaming.lc",
|
||||
"ilgeniodellostreaming_cam": "https://ilgeniodellostreaming.cam",
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"id": "guardaserieicu",
|
||||
"name": "Guarda Serie Icu",
|
||||
"language": ["ita", "sub-ita"],
|
||||
"active": false,
|
||||
"active": true,
|
||||
"thumbnail": "https://raw.githubusercontent.com/32Dexter/DexterRepo/master/media/guarda_serie.jpg",
|
||||
"banner": "",
|
||||
"categories": ["tvshow"],
|
||||
|
||||
@@ -10,7 +10,7 @@ def test_video_exists(page_url):
|
||||
logger.info('page url=', page_url)
|
||||
response = httptools.downloadpage(page_url)
|
||||
|
||||
if response.code == 404:
|
||||
if response.code == 404 or 'File you are looking for is not found' in response.data:
|
||||
return False, config.get_localized_string(70449) % 'DooD Stream'
|
||||
else:
|
||||
data = response.data
|
||||
|
||||
Reference in New Issue
Block a user