diff --git a/channels.json b/channels.json index a60cacd1..8219d96d 100644 --- a/channels.json +++ b/channels.json @@ -28,7 +28,6 @@ "ilgeniodellostreaming": "https://ilgeniodellostreaming.tw", "italiaserie": "https://italiaserie.org", "mondoserietv": "https://mondoserietv.com", - "netfreex": "https://www.netfreex.club", "piratestreaming": "https://www.piratestreaming.biz", "polpotv": "https://polpotv.club", "pufimovies": "https://pufimovies.com", diff --git a/channels/netfreex.py b/channels/netfreex.py index 16aea9ae..3c8145d4 100644 --- a/channels/netfreex.py +++ b/channels/netfreex.py @@ -7,7 +7,10 @@ from core import support from core.item import Item from platformcode import logger, config -host = config.get_channel_url() +def findhost(): + return 'https://' + support.match('https://netfreex.uno/', patron='value="site:([^"]+)"').match + +host = config.get_channel_url(findhost) headers = "" IDIOMAS = {'Italiano': 'IT'}