python爬虫-爬取bing壁纸

#! python3 # -*- coding:utf-8 -*- """ 下载bing壁纸, bing壁纸api为:"https://bing.ioliu.cn/?p=" pageIndex为1~64 图片连接,正则表达式为:'url=(.+?)&' 图片下载API为:url+"?force=download" """ import time import threading impo
相关文章
相关标签/搜索