Fix cb01 puntate in cartella esterna e riconoscimento TMDB con anno

This commit is contained in:
mac12m99
2021-06-30 14:52:13 +02:00
parent 5b144ac71b
commit 0e42a8ecb6
2 changed files with 10 additions and 6 deletions
+4 -4
View File
@@ -135,17 +135,17 @@ def episodios(item):
@support.scrape
def folder(item, data):
"""
Quando c'è un link ad una cartelle di vcrypt contenente più stagioni
Quando c'è un link ad una cartella contenente più stagioni
"""
actLike = 'episodios'
addVideolibrary = False
downloadEnabled = False
folderUrl = scrapertools.find_single_match(data, r'TUTTA L[EA] \w+\s+(?:&#8211;|-)\s+<a href="?([^" ]+)').replace(
'.net/', '.pw/') # vcrypt.pw non ha CF
folderUrl = scrapertools.find_single_match(data, r'TUTTA L[EA] \w+\s+(?:&#8211;|-)\s+<a href="?([^" ]+)')
data = httptools.downloadpage(folderUrl, disable_directIP=True).data
patron = r'><a href="(?P<url>[^"]+)[^>]+>(?P<title>[^<]+)'
patron = r'<td>(?P<title>[^<]+)<td><a [^>]+href="(?P<url>[^"]+)[^>]+>'
sceneTitle = True
# debug = True
def itemHook(item):
item.serieFolder = True