diff --git a/channels/cineblog01.py b/channels/cineblog01.py
index 98cb0c8d..fdce9082 100644
--- a/channels/cineblog01.py
+++ b/channels/cineblog01.py
@@ -152,7 +152,7 @@ def peliculas(item):
action = 'findvideos'
else:
# debug = True
- patron = r'div class="card-image">.*?(?P
|)(?P |)(?P
|
0: item.infoLabels = infoLabels
- #
- # if itemBK.thumbnail: item.thumbnail = itemBK.thumbnail
- # if itemBK.extra: item.extra = itemBK.extra
- # if itemBK.contentEpisodeNumber: item.contentEpisodeNumber = itemBK.contentEpisodeNumber
- # if itemBK.contentEpisodeTitle: item.contentEpisodeTitle = itemBK.contentEpisodeTitle
- # if itemBK.contentPlot: item.contentPlot = itemBK.contentPlot
- # if itemBK.contentQuality: item.contentQuality = itemBK.contentQuality
- # if itemBK.contentSeason: item.contentSeason = itemBK.contentSeason
- # if itemBK.contentSerieName: item.contentSerieName = itemBK.contentSerieName
- # if itemBK.contentThumbnail: item.contentThumbnail = itemBK.contentThumbnail
- # if itemBK.contentTitle: item.contentTitle = itemBK.contentTitle
- # if itemBK.contentType: item.contentType = itemBK.contentType
- # if itemBK.duration: item.duration = itemBK.duration
- # if itemBK.plot: item.plot = itemBK.plot
- # if itemBK.quality: item.quality = itemBK.quality
- # if itemBK.show: item.show = itemBK.show
- # if itemBK.title: item.title = itemBK.title
- # if itemBK.viewcontent: item.viewcontent = itemBK.viewcontent
-
- # itemJson = item.tojson()
- # logger.info("Elemento: {0} bytes".format(len(itemJson)))
- # logger.info(itemJson)
- # logger.info("--------------------------------------------------------------")
-
# Opciones segun item.context
for command in context:
# Predefinidos
@@ -813,7 +776,7 @@ def set_context_commands(item, item_url, parent_item, **kwargs):
# Descargar pelicula
if item.contentType == "movie":
context_commands.append((config.get_localized_string(60354), "XBMC.RunPlugin(%s?%s&%s)" %
- (sys.argv[0], item_url, 'channel=downloads&action=save_download&from_channel=' + item.channel + 'from_action=' + item.action)))
+ (sys.argv[0], item_url, 'channel=downloads&action=save_download&from_channel=' + item.channel + '&from_action=' + item.action)))
elif item.contentSerieName:
# Descargar serie