Fix cb01->ultimi/e aggiornati/e, wstream e piccole migliorie

This commit is contained in:
mac12m99
2021-05-14 20:43:04 +02:00
parent 06a2f81737
commit 7f33326403
6 changed files with 14 additions and 16 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ def test_video_exists(page_url):
page = httptools.downloadpage(page_url)
global data
data = page.data
if page.code == 404 or 'File is no longer available' in data:
if page.code == 404 or 'File is no longer available' in data or "We're sorry!" in data:
return False, config.get_localized_string(70449) % "VUP Player"
return True, ""