Python gets the video information of station B

Each video at station B has a corresponding duration, number of likes, number of coins, number of favorites, number of bulletins, number of comments, and information including video title, cover, etc. There are also many related videos and up masters Related Information. Now we try to use python to crawl some interesting information.

Insert picture description here
Insert picture description here

import urllib3
import requests
import json
from urllib import request

bv=

Guess you like

Origin blog.csdn.net/weixin_46530492/article/details/107225904