fix: altadefinizione01.py

ultime modifiche. canale da testare!
This commit is contained in:
greko17
2019-10-02 22:36:09 +02:00
parent b7f9058092
commit d2884c0f44
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
"name": "Altadefinizione01 L", "name": "Altadefinizione01 L",
"active": true, "active": true,
"adult": false, "adult": false,
"language": ["ita","vos"], "language": ["ita","vosi"],
"thumbnail": "altadefinizione01_L.png", "thumbnail": "altadefinizione01_L.png",
"banner": "altadefinizione01_L.png", "banner": "altadefinizione01_L.png",
"categories": ["movie","vos"], "categories": ["movie","vos"],
+1 -1
View File
@@ -43,7 +43,7 @@ def peliculas(item):
'[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>'\ '[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>'\
'[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>'\ '[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>[^>]+>'\
'[^>]+>[^>]+>[^>]+>[^>]+> (?P<year>\d{4})[^>]+>[^>]+> (?P<duration>\d+)'\ '[^>]+>[^>]+>[^>]+>[^>]+> (?P<year>\d{4})[^>]+>[^>]+> (?P<duration>\d+)'\
'[^>]+>[^>]+> (?P<quality>[a-zA-Z]+) [^>]+>[^>]+> (?P<lang>.*?) [^>]+>' '[^>]+>[^>]+> (?P<quality>[a-zA-Z]+) [^>]+>[^>]+> (?P<lang>[^>]+) [^>]+>'
patronNext = r'<span>\d</span> <a href="([^"]+)">' patronNext = r'<span>\d</span> <a href="([^"]+)">'
#debug = True #debug = True
return locals() return locals()