首页 > 代码库 > python批量下载色影无忌和蜂鸟的图片 爬虫小应用

python批量下载色影无忌和蜂鸟的图片 爬虫小应用

有些冗余信息,因为之前测试正则表达式,所以没有把它们给移走,不过不影响使用。
# -*- coding:utf-8 -*-
import re,urllib,sys,os,time


def getAllUrl():
	entry=sys.argv[1]
	#try:
	getPage=urllib.urlopen(entry).read()
	#except:
	#	print "Error"
	
	pattern=re.compile(r'<a href=http://www.mamicode.com/"(.+?)".+?>')>

python批量下载色影无忌和蜂鸟的图片 爬虫小应用