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

2
plugin.video.alfa/core/videolibrarytools.py Executable file → Normal file
View File

@@ -132,7 +132,7 @@ def save_movie(item):
for c in subcarpetas:
code = scrapertools.find_single_match(c, '\[(.*?)\]')
if code and code in item.infoLabels['code']:
path = c
path = filetools.join(MOVIES_PATH, c)
_id = code
break