From 91ab737ff3f1382b06d368a4766c717829f012ae Mon Sep 17 00:00:00 2001 From: Alhaziel01 Date: Mon, 13 Apr 2020 20:22:43 +0200 Subject: [PATCH] aggiunto HD4ME in channels.json --- channels.json | 1 + channels/hd4me.py | 9 ++------- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/channels.json b/channels.json index 73699624..4aa5cab0 100644 --- a/channels.json +++ b/channels.json @@ -24,6 +24,7 @@ "filmstreaming01": "https://filmstreaming01.com", "guardaserie_stream": "https://guardaserie.store", "guardaserieclick": "https://www.guardaserie.productions", + "hd4me": "https://hd4me.net", "ilgeniodellostreaming": "https://ilgeniodellostreaming.pl", "italiaserie": "https://italiaserie.org", "mondoserietv": "https://mondoserietv.com", diff --git a/channels/hd4me.py b/channels/hd4me.py index 26413be9..9c379484 100644 --- a/channels/hd4me.py +++ b/channels/hd4me.py @@ -3,15 +3,10 @@ # Canale per HD4ME # ------------------------------------------------------------ -from core import scrapertools, httptools, support -from core.item import Item -from platformcode import config, logger - -#impostati dinamicamente da findhost() +from core import httptools, support -# host = config.get_channel_url(findhost) -host = 'https://hd4me.net' +host = support.config.get_channel_url() headers = [['Referer', host]] list_servers = ['mixdrop','vidoza','cloudvideo','vup','supervideo','gounlimited']