fix: altadefizione01_L e aggiunta alla voce per problemi DNS
This commit is contained in:
@@ -4,9 +4,8 @@
|
||||
"active": true,
|
||||
"adult": false,
|
||||
"language": ["ita"],
|
||||
"bannermenu": "altadefinizione01link.png",
|
||||
"banner": "altadefinizione01link.png",
|
||||
"fanart": "altadefinizione01link.png",
|
||||
"thumbnail": "altadefinizione01_L.png",
|
||||
"banner": "altadefinizione01_L.png",
|
||||
"categories": ["movie","vosi"],
|
||||
"settings": [
|
||||
{
|
||||
|
||||
@@ -2,8 +2,7 @@
|
||||
# -*- Channel Altadefinizione01L Film - Serie -*-
|
||||
# -*- By Greko -*-
|
||||
|
||||
from specials import autoplay
|
||||
from core import servertools, support#, jsontools
|
||||
from core import support
|
||||
from core.item import Item
|
||||
from platformcode import config, logger
|
||||
|
||||
@@ -30,9 +29,6 @@ def mainlist(item):
|
||||
('Popolari', ['/piu-visti.html', 'peliculas', '']),
|
||||
('Sub-ITA', ['/film-sub-ita/', 'peliculas', ''])
|
||||
]
|
||||
|
||||
## search = ''
|
||||
|
||||
return locals()
|
||||
|
||||
# ======== def in ordine di action dal menu ===========================
|
||||
@@ -41,17 +37,9 @@ def mainlist(item):
|
||||
def peliculas(item):
|
||||
## support.dbg()
|
||||
support.log('peliculas',item)
|
||||
|
||||
## patron = r'class="innerImage">.*?href="(?P<url>[^"]+)".*?src="(?P<thumb>[^"]+)"'\
|
||||
## '.*?class="ml-item-title">(?P<title>[^<]+)</.*?class="ml-item-label"> '\
|
||||
## '(?P<year>\d{4}) <.*?class="ml-item-label"> (?P<duration>\d+) .*?'\
|
||||
## 'class="ml-item-label ml-item-label-.+?"> (?P<quality>.+?) <.*?'\
|
||||
## 'class="ml-itelangm-label"> (?P<lang>.+?) </'
|
||||
|
||||
patron = r'class="innerImage">.*?href="(?P<url>[^"]+)".*?src="(?P<thumb>[^"]+)"[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>(?P<title>[^<]+)[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>[^>]+> (?P<year>\d{4})[^>]+>[^>]+> (?P<duration>\d+)[^>]+>[^>]+> (?P<quality>[a-zA-Z\\]+)[^>]+>[^>]+> (?P<lang>.*?) [^>]+>'
|
||||
patronNext = '<span>\d</span> <a href="([^"]+)">'
|
||||
## debug = True
|
||||
|
||||
return locals()
|
||||
|
||||
# =========== def pagina categorie ======================================
|
||||
@@ -60,7 +48,6 @@ def genres(item):
|
||||
support.log('genres',item)
|
||||
|
||||
action = 'peliculas'
|
||||
## item.contentType = 'movie'
|
||||
if item.args == 'genres':
|
||||
patronBlock = r'<ul class="listSubCat" id="Film">(?P<block>.*)</ul>'
|
||||
elif item.args == 'years':
|
||||
@@ -70,7 +57,6 @@ def genres(item):
|
||||
elif item.args == 'lucky': # sono i titoli random nella pagina, cambiano 1 volta al dì
|
||||
patronBlock = r'FILM RANDOM.*?class="listSubCat">(?P<block>.*)</ul>'
|
||||
action = 'findvideos'
|
||||
## item.args = ''
|
||||
patron = r'<li><a href="(?P<url>[^"]+)">(?P<title>[^<]+)<'
|
||||
|
||||
return locals()
|
||||
|
||||
@@ -5607,7 +5607,10 @@ msgstr "Gentile Utente, sembra tu abbia problemi con l'ADSL! Controlla quanto m
|
||||
|
||||
msgctxt "#70722"
|
||||
msgid "Dear User, your current DNS do not allow you to reach all ergo sites, not all Channels will work. We recommend that you set up your DNS to take advantage of more channels. Search your favorite search engine how to set them up on your device."
|
||||
msgstr "Gentile Utente, i tuoi DNS attuali non ti permettono di raggiungere tutti i siti, ergo, non tutti i Canali funzioneranno. Ti consigliamo, per usufruire di un maggior numero di canali, di impostare i DNS. Cerca sul tuo motore di ricerca preferito come impostarli sul tuo dispositivo."
|
||||
msgstr "Gentile Utente, i tuoi DNS attuali non ti permettono di raggiungere tutti i siti, ergo, non tutti i Canali funzioneranno. Ti consigliamo, per usufruire di un maggior numero di canali, di impostare i DNS.
|
||||
Cercate sul tuo motore di ricerca preferito guide su come farlo e scegliete un DNS libero.
|
||||
Noi vi consigliamo quello di cloudflare: 1.1.1.1 e 1.0.0.1 (o in alternativa i DNS di Google 8.8.8.8-8.8.4.4).
|
||||
!!!'Se avete una VODAFONE station, entrate nel pannello del modem e disattivate la voce \"DNS sicuro\" prima di procedere'.Cerca sul tuo motore di ricerca preferito come impostarli sul tuo dispositivo.!!!"
|
||||
|
||||
msgctxt "#70723"
|
||||
msgid "links in the folder"
|
||||
@@ -5631,4 +5634,4 @@ msgstr "Includi in Novità"
|
||||
|
||||
msgctxt "#70728"
|
||||
msgid "Include in Global Search"
|
||||
msgstr "Includi in Ricerca Globale"
|
||||
msgstr "Includi in Ricerca Globale"
|
||||
|
||||
|
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 46 KiB |
BIN
resources/media/channels/thumb/altadefinizione01_L.png
Normal file
BIN
resources/media/channels/thumb/altadefinizione01_L.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 30 KiB |
Reference in New Issue
Block a user