摘要: 1. ddddocr安装 建议使用国内镜像安装 pip3 install ddddocr -i https://pypi.tuna.tsinghua.edu.cn/simple 2. 图片验证码 import ddddocr ocr = ddddocr.DdddOcr(show_ad=False) 阅读全文
posted @ 2023-03-13 21:12 wstong 阅读(1774) 评论(0) 推荐(0) 编辑
摘要: import requests import m3u8 import os from multiprocessing.dummy import Pool from tqdm import tqdm from retry import retry from urllib.parse import ur 阅读全文
posted @ 2023-03-13 19:58 wstong 阅读(313) 评论(0) 推荐(0) 编辑