- Aggiunto Canale Altadefinizione

- Fix Aggiungi alla Videoteca da Ricerca Globale
 - Miglior gestione riapertura finestra server
 - Fix Gestione server Bloccati
This commit is contained in:
Alhaziel01
2022-02-26 17:01:51 +01:00
parent cbc939fed8
commit 50d80b73dc
13 changed files with 47 additions and 46 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ def test_video_exists(page_url):
response = scraper.get(page_url)
if response.status_code == 404 or 'File you are looking for is not found' in response.text:
if response.status_code == 404 or 'Not Found' in response.text:
return False, config.get_localized_string(70449) % 'DooD Stream'
else:
data = response.text