Piccolo fix casacinema e speedvideo
This commit is contained in:
@@ -9,7 +9,7 @@ def test_video_exists(page_url):
|
||||
|
||||
data = httptools.downloadpage(page_url).data
|
||||
|
||||
if "File was deleted" in data:
|
||||
if "File was deleted" in data or "Video is transfer on streaming server now." in data:
|
||||
return False, config.get_localized_string(70449) % "Speedvideo"
|
||||
|
||||
return True, ""
|
||||
|
||||
Reference in New Issue
Block a user