python 爬虫 又发现一个宝藏网站 爬它

#!/usr/bin/env python
# -*- coding: utf-8 -*-
# @Time    : 2020/12/10 15:37
# @Author  : huni
# @File    : aitu吧多线程.py
# @Software: PyCharm

import requests
from lxml import etree
import os
from queue import Queue
from threading import Thread

class CrawlInfo(Thread):

你可能感兴趣的:(爬虫,乱码,xpath,sdl,streaming,id)