vdeku / xbmc-tvalacarta

Automatically exported from code.google.com/p/xbmc-tvalacarta
1 stars 0 forks source link

Mas calidad #244

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Se refiere al archivo server rtve

Original comment by frohewei...@gmail.com on 21 Sep 2014 at 1:10