fix override DNS e altre migliorie

This commit is contained in:
mac12m99
2020-01-10 22:32:52 +01:00
committed by marco
parent ac2edfd117
commit 44704ae556
10 changed files with 70 additions and 93 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"id": "animespace",
"name": "AnimeSpace",
"active": true,
"active": false,
"adult": false,
"language": [],
"thumbnail": "",
-1
View File
@@ -48,7 +48,6 @@ def peliculas(item):
patron = r'<a href="(?P<url>(?:https:\/\/.+?\/(?P<title>[^\/]+[a-zA-Z0-9\-]+)(?P<year>\d{4})))/".+?url\((?P<thumb>[^\)]+)\)">'
elif item.contentType == 'tvshow':
if item.args == 'update':
debug = True
patron = r'<a href="(?P<url>[^"]+)".+?url\((?P<thumb>.+?)\)">\s<div class="titolo">(?P<title>.+?)(?: &#8211; Serie TV)?(?:\([sSuUbBiItTaA\-]+\))?[ ]?(?P<year>\d{4})?</div>[ ]<div class="genere">(?:[\w]+?\.?\s?[\s|S]?[\dx\-S]+?\s\(?(?P<lang>[iItTaA]+|[sSuUbBiItTaA\-]+)\)?\s?(?P<quality>[HD]+)?|.+?\(?(?P<lang2>[sSuUbBiItTaA\-]+)?\)?</div>)'
pagination = 25
else: