Skip to content

Instantly share code, notes, and snippets.

@SunHIAhia
SunHIAhia / bvtest.py
Created March 26, 2020 08:52 — forked from abc1763613206/bvtest.py
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',