The task is this. There is a url, you need to download the html page, but the site uses https and javascript. Made with the help of lxml and other libraries, as a result, the blank page swings. Tell me what to use, preferably in python. But you can also c ++ or c #, or java. What is better for this task?
- urllib2, if I'm not confusing, works great with https. - Vladimir Martyanov
- oneIt does not work with javascript, unfortunately - Misha100896
- Do you need to download a file from the URL? You download it. JS has nothing to do with it. - Vladimir Martyanov
- oneBut javascript complements the page with the data that I need - Misha100896
- oneSo the title is not quite correct) Maybe you should dig in the direction of phantomjs - andreymal
|