欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

python 爬虫 睡不着觉听音频 全站爬取所有音频内容

程序员文章站 2022-05-04 16:41:07
...
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# @Time    : 2020/11/27 18:33
# @Author  : huni
# @File    : 全站音频.py
# @Software: PyCharm

from threading import Thread        #多线程的包
from queue import Queue             #队列
import requests
from lxml import etree
import os


class CrawlInfo