pic_scrapy_python】的更多相关文章

# _*_ coding:UTF-8 _*_ import requests,json,time,sys from contextlib import closing class get_photos(object): def __init__(self): self.photos_id = [] self.download_server = 'https://unsplash.com/photos/xxx/download?force=true' self.target = 'https://…