solución de agregar contenidos de varios canales

This commit is contained in:
alfa-addon
2017-08-03 21:08:12 -04:00
parent 3edcf17478
commit da5a820744
+1 -1
View File
@@ -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