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]
Original issue reported on code.google.com by frohewei...@gmail.com on 21 Sep 2014 at 1:10
Original issue reported on code.google.com by
frohewei...@gmail.com
on 21 Sep 2014 at 1:10