Skip to content

Instantly share code, notes, and snippets.

View kmzs123's full-sized avatar

空明竹随 kmzs123

View GitHub Profile
@abc1763613206
abc1763613206 / bvtest.py
Last active March 16, 2025 15:30
BVID Validate
import requests
import json
import random
Back_URL = 'https://api.bilibili.com/x/web-interface/archive/stat?aid='
headers = {
'Cookie': "Replace Me With REAL COOKIE" ,
'Pragma': 'no-cache',