This commit is contained in:
marco
2020-07-19 00:08:47 +02:00
parent 7844ddaba7
commit dd52447969
11 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ def test_video_exists(page_url):
logger.info("(page_url='%s')" % page_url)
global page
page = httptools.downloadpage(page_url)
if not page.sucess:
if not page.success:
return False, config.get_localized_string(70449) % "Badshare"
return True, ""