Hello NG. I'm new in Python for fun.
I have a html page (I load it by BeautifulSoap) that contain
also this javascript code:
...
<script language="javascript">
$(document).ready(function() {
matchdetails_init('rLu2Xsdi', '1x2');
});
</script>
...
Please, can You me to aim on the right way
to obtain into a Python data structure
everything that JS code give back to browser.
Thank in advance
--
https://mail.python.org/mailman/listinfo/python-list
