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

Posted

tags:

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

import urllib2
import BeautifulSoup

request = urllib2.Request("http://www.gpsbasecamp.com/national-parks")
response = urllib2.urlopen(request)
soup = BeautifulSoup.BeautifulSoup(response)
for a in soup.findAll('a'):
  if 'national-park' in a['href']:
    print 'found a url with national-park in the link'

以上是关于python 可笑的简单刮刀(过时)的主要内容,如果未能解决你的问题,请参考以下文章

Python BeautifulSoup 硒刮刀

python 创建刮刀并使用它们

python 链接刮刀

python Beezid.com - 拍卖刮刀

python HSNU压光机刮刀

ruby 使用Nokogiri的简单Ruby刮刀