摘要: 1 import scrapy 2 import re 3 from fake_useragent import UserAgent 4 5 6 class DoubanSpider(scrapy.Spider): 7 name = "douban" 8 start_urls = ['https:/ 阅读全文
posted @ 2021-01-27 12:28 止一 阅读(79) 评论(0) 推荐(0) 编辑