Export to GitHub

xbmc-tvalacarta - issue #244

Mas calidad


Posted on Sep 21, 2014 by Massive Giraffe

What steps will reproduce the problem? 1. 2. 3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Intento parchear pero no me deja. Aquí te dejo los cambios

videoID = codigo
logger.info("Probando método de 24 de uno de Mayo de 2013")
tipo = "videos"
url = "http://www.rtve.es/ztnr/movil/thumbnail/default/%s/%s.png" % (tipo, videoID)

logger.info("Probando url:"+url)

from base64 import b64decode as decode
tmp_ = decode(scrapertools.cachePage(url))
if tmp_=="":
    url = "http://www.rtve.es/ztnr/movil/thumbnail/anubis/%s/%s.png" % (tipo, videoID)
    tmp_ = decode(scrapertools.cachePage(url)) 
tmp = re.findall(".*tEXt(.*)#[\x00]*([0-9]*).*", tmp_)[0]

Comment #1

Posted on Sep 21, 2014 by Massive Giraffe

Se refiere al archivo server rtve

Status: New

Labels:
Type-Defect Priority-Medium