solución de agregar contenidos de varios canales
This commit is contained in:
Executable → Regular
+1
-1
@@ -132,7 +132,7 @@ def save_movie(item):
|
|||||||
for c in subcarpetas:
|
for c in subcarpetas:
|
||||||
code = scrapertools.find_single_match(c, '\[(.*?)\]')
|
code = scrapertools.find_single_match(c, '\[(.*?)\]')
|
||||||
if code and code in item.infoLabels['code']:
|
if code and code in item.infoLabels['code']:
|
||||||
path = c
|
path = filetools.join(MOVIES_PATH, c)
|
||||||
_id = code
|
_id = code
|
||||||
break
|
break
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user