That URL doesn't appear to be in the HTML - it must be being brought
in by the JavaScript somehow.
--
Cheers,
Simon B.
There is <http://github.com/davisp/python-spidermonkey>, but
simulating the whole context of a browser is going to be a horror.
You are probably far better off automating a real browser. WebDriver
(<http://bit.ly/crAEPu>) has Python bindings these days. It's
primarily intended for functional testing, but it might be a good fit
here too.
--
Cheers,
Simon B.
A test case for Windmill might also be used to extract the information
that you're looking for.
Best regards,
Javier
2010/1/27 mierdatutis mi <mmm...@gmail.com>:
> Those videos are generated by javascript.
> There is some parser with python for javascript???
>
> Thanks a lot!
>
>
> 2010/1/27 Simon Brunning <si...@brunningonline.net>
>> --
>> http://mail.python.org/mailman/listinfo/python-list
>
>
> --
> http://mail.python.org/mailman/listinfo/python-list
>
>
http://lmgtfy.com/?q=windmill+test
--
Cheers,
Simon B.
You can find some advice here:
http://www.packtpub.com/article/web-scraping-with-python-part-2
Best regards,
Javier
2010/1/27 mierdatutis mi <mmm...@gmail.com>:
> Hello again,
>
> What test case for Windmill? Can you say me the link, please?
>
> Many thanks
>
> 2010/1/27 Javier Collado <javier....@gmail.com>