Help parsing a page with python

Simon Brunning simon at brunningonline.net
Wed Jan 27 05:13:32 EST 2010


2010/1/27 mierdatutis mi <mmm286 at gmail.com>:
> Hi,
>
> I would like to parse a webpage to can get the url of the video download. I
> use pyhton and firebug but I cant get the url link.
>
> Example:
>
> The url where I have to get the video link is:
> http://www.rtve.es/mediateca/videos/20100125/saber-comer---salsa-verde-judiones-25-01-10/676590.shtml"
>
> The video is
> http://www.rtve.es/resources/TE_SSAC011/flv/8/2/1264426362028.flv
> Could you help me please?

That URL doesn't appear to be in the HTML - it must be being brought
in by the JavaScript somehow.

-- 
Cheers,
Simon B.



More information about the Python-list mailing list