Skip to content

Instantly share code, notes, and snippets.

@cxyfreedom
cxyfreedom / bvtest.py
Created March 24, 2020 02:49 — 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',