- Fix Altadefinizione Community

- Fix HDMario
 - Fix Streamtape
This commit is contained in:
Alhaziel01
2021-10-01 09:52:17 +02:00
parent 8afa165501
commit a5ba79d176
3 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ def test_video_exists(page_url):
page = httptools.downloadpage(page_url, headers=referer)
data = page.data
if "Video not found" in data or page.code >= 400:
if "Video not found" in data or page.code >= 400 or 'Streamtape - Error' in data:
return False, config.get_localized_string(70449) % 'Streamtape'
return True, ""