我正在寻找从网站上的超链接阅读上下文的方法。有可能吗?
例如:
website = "WEBSITE"
openwebsite = urllib2.urlopen(website)
hyperlink = _some_method_to_find_hyperlink(openwebsite)
get_context_from_hyper(hyperlink)
我在美丽的商店里搜索,但我找不到有用的东西。 我认为我可以和lopp一起找到重要的超链接,并再次使用urllib2,但网站相当大,而且需要很长时间。