python小说爬虫 requests+pyquery+多线程
python小说爬虫 requests+pyquery+多线程
import requests
from pyquery import PyQuery as pq
from concurrent.futures import ThreadPoolExecutor
# 下载
def download(url, encoding="utf-8"):
try:
respons...
原创
2020-05-05 17:51:27 ·
236 阅读 ·
0 评论