diff --git a/addon.xml b/addon.xml index 934b03b4..b485d297 100644 --- a/addon.xml +++ b/addon.xml @@ -1,5 +1,5 @@ - + @@ -28,9 +28,9 @@ resources/media/screenshot-2.png resources/media/screenshot-3.png - - Aggiunto menu globale "opzioni di KoD" -- Aggiunto canale tapmovie e server annessi -- Notifica quando il tipo di vista viene salvata (con indicazione del tipo di contenuto) + - aggiunta opzione "vai a pagina" nel menu contestuale dell'item "successivo>" +- riscritti canali mediaset e raiplay +- migliorie varie, in particolare nell'ordinamento dei server Naviga velocemente sul web e guarda i contenuti presenti [COLOR red]The owners and submitters to this addon do not host or distribute any of the content displayed by these addons nor do they have any affiliation with the content providers.[/COLOR] diff --git a/channels.json b/channels.json index ae072c52..2fe39e5b 100644 --- a/channels.json +++ b/channels.json @@ -23,7 +23,7 @@ "filmigratis": "https://filmigratis.org", "guardaseriecam": "https://guardaserie.cam", "guardaserieclick": "https://www.guardaserie.builders", - "guardaserieicu": "https://guardaserie.cfd", + "guardaserieicu": "https://guardaserie.wales", "hd4me": "https://hd4me.net", "ilcorsaronero": "https://ilcorsaronero.link", "ilgeniodellostreaming": "https://ilgeniodellostreaming.wtf", diff --git a/servers/deltabit.py b/servers/deltabit.py index 8b511405..b217ae0e 100644 --- a/servers/deltabit.py +++ b/servers/deltabit.py @@ -24,5 +24,5 @@ def get_video_url(page_url, premium=False, user="", password="", video_password= global data, real_url post = {k: v for k, v in scrapertools.find_multiple_matches(data, "name='([^']+)' value='([^']*)'")} time.sleep(2.5) - link = support.match(real_url, post=post, patron='sources:\s*\["([^"]+)').match + link = support.match(real_url, post=post, patron='sources:\s*\["([^"]+)').match.replace('https:', 'http:') return [[".mp4" + " [deltabit]", link]]