简体   繁体   中英

How to read context from hyperlink on website

I'm looking for method to read context from hyperlink on website. Is it possible?

For example:

website = "WEBSITE"
openwebsite = urllib2.urlopen(website)

hyperlink = _some_method_to_find_hyperlink(openwebsite)

get_context_from_hyper(hyperlink)

I was searching in Beautiful Shop, but I cannot find something usefull. I thinking that i could with lopp to find revelant hyperlink, and use urllib2 again, but website is quite large, and it would takes ages.

您可以尝试使用Beautiful Soup Package ,它可以使您解析HTML,从而提取您可能需要的任何标签。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM