Nomi Corretti Nuovi Server

This commit is contained in:
Alhaziel01
2021-11-16 17:49:35 +01:00
committed by marco
parent c90916e367
commit efd1c8d872
3 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ def test_video_exists(page_url):
data = httptools.downloadpage(page_url).data
if 'File Not Found' in data:
return False, config.get_localized_string(70449) % "MixDrop"
return False, config.get_localized_string(70449) % "StreamSB"
else:
return True, ""