python 链接刮刀

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python 链接刮刀相关的知识,希望对你有一定的参考价值。

import urllib2
resp = urllib2.urlopen('http://testurl.com')

from bs4 import BeautifulSoup

soup = BeautifulSoup(resp.read())

links = soup.find_all('a')

foreach links in link:
  url = link.get('href');

以上是关于python 链接刮刀的主要内容,如果未能解决你的问题,请参考以下文章

使用python beautiful soup或html模块的电子邮件刮刀

Python BeautifulSoup 硒刮刀

python 简单的PDF表格刮刀的示例Python代码

python 创建刮刀并使用它们

python Beezid.com - 拍卖刮刀

python 可笑的简单刮刀(过时)