How to get the HTML data generated by Javascript using Python? -


i'm working on python program images chinese manga/comic site. page i'm stuck on right this page.

if use browser open page, on link "右键另存此图片", can image url, image url. however, believe part generated piece of javascript code, when use beautifulsoup parse html source code, image url not there.

so question how can final html after executing javascript image url?


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -