Extracting links from website using Python, NOT IN HTML -
i need gather pdf-files page: http://www.anp.gov.br/?id=532.
i wonder how possible in python when cant find links in html source code. before have found links such files using beautifulsoup , pandas.
thanks kind of answers!
it looks of pdf links in <a> tags can use beautifulsoup grab links. if need further advice recommend reference this discussion see how accomplish task.

Comments
Post a Comment