From 42124254274bd459a4837ce17a35a42a9f07f673 Mon Sep 17 00:00:00 2001 From: marco Date: Fri, 2 Oct 2020 16:56:03 +0200 Subject: [PATCH] =?UTF-8?q?guardaserieicu=20=C3=A8=20ora=20.us?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- channels.json | 1 + channels/guardaserieicu.json | 2 +- servers/doodstream.py | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/channels.json b/channels.json index fc70e105..9292254b 100644 --- a/channels.json +++ b/channels.json @@ -27,6 +27,7 @@ "guardaserie_stream": "https://guardaserie.store", "guardaseriecam": "https://guardaserie.cam", "guardaserieclick": "https://www.guardaserie.guru", + "guardaserieicu": "https://guardaserie.us", "hd4me": "https://hd4me.net", "ilgeniodellostreaming": "https://ilgeniodellostreaming.lc", "ilgeniodellostreaming_cam": "https://ilgeniodellostreaming.cam", diff --git a/channels/guardaserieicu.json b/channels/guardaserieicu.json index 321fb280..88ed70ae 100644 --- a/channels/guardaserieicu.json +++ b/channels/guardaserieicu.json @@ -2,7 +2,7 @@ "id": "guardaserieicu", "name": "Guarda Serie Icu", "language": ["ita", "sub-ita"], - "active": false, + "active": true, "thumbnail": "https://raw.githubusercontent.com/32Dexter/DexterRepo/master/media/guarda_serie.jpg", "banner": "", "categories": ["tvshow"], diff --git a/servers/doodstream.py b/servers/doodstream.py index b677e8a6..84f0c0e7 100644 --- a/servers/doodstream.py +++ b/servers/doodstream.py @@ -10,7 +10,7 @@ def test_video_exists(page_url): logger.info('page url=', page_url) response = httptools.downloadpage(page_url) - if response.code == 404: + if response.code == 404 or 'File you are looking for is not found' in response.data: return False, config.get_localized_string(70449) % 'DooD Stream' else: data = response.data