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 bb4ccff339
commit f8647df9e0
6 changed files with 14 additions and 16 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ def test_video_exists(page_url):
global data
resp = httptools.downloadpage(page_url)
data = resp.data
if resp.code == 404:
if resp.code == 404 or 'Video is processing now' in data:
return False, config.get_localized_string(70449) % "Vidmoly"
return True, ""