Fix guardaserieicu

This commit is contained in:
mac12m99
2021-10-27 20:31:38 +02:00
parent 324d6c00f8
commit c65c924d1f
3 changed files with 11 additions and 7 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ def test_video_exists(page_url):
logger.debug("(page_url='%s')" % page_url)
global data
data = httptools.downloadpage(page_url).data
if "as it expired or has been deleted" in data:
if "as it expired or has been deleted" in data or "Video is processing now" in data:
return False, config.get_localized_string(70449) % "UPstream"
return True, ""