is there a python object which can interpret java-script?

Alexander Fillips alexander.fillips at telefonica.de
Tue May 10 02:20:30 EDT 2005


Kartic wrote:
> The Great 'Alexander Fillips' uttered these words on 5/9/2005 7:34 AM:
> 
>> Hi,
>>
>> my short question:
>>
>> is there a python object which can interpret java-script?
>>
>> the whole story ;-)
>>
>> I wrote some streaming-scripts for the xbox mediaplayer which supports 
>> python. for a new script i tried to filter the stream-url from an 
>> website. it seems, that the site ist using java-script and the url is 
>> only visible if the java-script was interpreted. i am using urllib to 
>> retrieve the page.. but it seems that urllib is not ready for 
>> java-script...
> 
> 
> http://wwwsearch.sourceforge.net/python-spidermonkey/ is a 
> Python-Javascript bridge.
> 
> To do what you are trying, you will have to execute the Javascript in 
> that web page in the context of the page you are downloading...I am not 
> quite sure how you will go about doing that without re-inventing what a 
> Javascript-enabled browser does.
> 
> Knowing nothing about the Xbox environment, here is a suggestion that I 
> feel will make your task easier. Can you not use javascript-enabled 
> links text browser to access the page and capture the output HTML source 
> from links into Python? (Or if you can use win32all, you can automate IE 
> to view source and process that source in Python to get your URL)
> 

if the xbox media player is active there is only support for python. it 
is possible to run linux on the xbox, but not at the same time as xbmc 
is active. i found a browser for the xbox (linksboks) but here still the 
same problem.  thank for your tips...

Alex



More information about the Python-list mailing list