采集时,有时候需要采集图片,但某些网站的图片提供的相对地址,最好转换成绝对地址
在scrapy中有如下的解决策略
http://stackoverflow.com/questions/6499603/python-scrapy-convert-relative-paths-to-absolute-paths
用lxml中的转换方法,参考
http://qiita.com/podhmo/items/e03431c718b94d6304ff
用python做采集时相对路径转换成绝对路径,布布扣,bubuko.com
原文地址:http://webscrapy.blog.51cto.com/8343567/1542554