Skip to content

Instantly share code, notes, and snippets.

@Justsoos
Justsoos / douyu_new.py
Last active December 5, 2025 02:10
斗鱼2019新api,直播流URL提取,请看最下评论地址
#! /usr/bin/env python3
import re
import requests
import argparse
import time
import hashlib
import json
import logging
from requests.adapters import HTTPAdapter