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
  • one
    It 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
  • one
    But javascript complements the page with the data that I need - Misha100896
  • one
    So the title is not quite correct) Maybe you should dig in the direction of phantomjs - andreymal

0