国产精品天干天干,亚洲毛片在线,日韩gay小鲜肉啪啪18禁,女同Gay自慰喷水

歡迎光臨散文網(wǎng) 會員登陸 & 注冊

b站視頻音頻獲取簡單實踐~以Lumi美麗的神話為例

2023-02-01 03:42 作者:蕪湖小量化  | 我要投稿

分析網(wǎng)頁源代碼 找到音視頻標(biāo)簽? 不同鏈接對應(yīng)不同清晰度

"audio":[{"id":30280, "baseurl" : ?# 此處鏈接為音頻鏈接

"video":{{"id:80","baseurl":? # 可以根據(jù)此處鏈接獲取視頻鏈接

# 此爬蟲僅使用request第三方庫
import?requests



#?定義請求標(biāo)頭,參數(shù)詳見edge檢查功能,模擬用戶行為

headers = {'authority':'',

????????????????????'accept':'',

????????????????????'accept_encoding':'',

????????????????????'accept_language':'',

????????????????????'cookie':'',

????????????????????'referer':''?,# b站存在referer反爬機(jī)制,務(wù)必加上此項

????????????????????'user-agent':'',

}


# 爬取頁面

def get_parse():

????????response=requests.get('https://www.bilibili.com/video/BV1wY4y1f7yn/??spm_id_from=333.999.0.0&vd_source=56a22aa7ae645f665df432c707fcbd88', headers=headers)

????????print(response.status_code)

????????response.encoding = response.apparent_encoding

? ?????download(video_url, audio_url)



# 下載音頻和視頻資源

def download(video_url, audio_url):

??? ????video = requests.get(video_url, headers=headers).content

??? ????audio = requests.get(audio_url, headers=headers).content

??????? with open('美麗的神話.mp4', 'wb') as f:

??????? ????f.write(video)

??????? with open('美麗的神話.mp3', 'wb') as f:

??????????? f.write(audio)



# 運(yùn)行程序

video_url =''? # 此處為頁面分析所得的baseurl:視頻鏈接

audio_url =''??# 此處為頁面分析所得的baseurl:音頻鏈接

get_parse()


# 歡迎關(guān)注露米Lumi_Offical喵!


b站視頻音頻獲取簡單實踐~以Lumi美麗的神話為例的評論 (共 條)

分享到微博請遵守國家法律
五家渠市| 岳阳县| 呼伦贝尔市| 金坛市| 玛纳斯县| 共和县| 楚雄市| 望城县| 商丘市| 临沂市| 沛县| 紫金县| 宾阳县| 文登市| 九台市| 金平| 盐亭县| 白朗县| 枝江市| 金湖县| 汉沽区| 喜德县| 将乐县| 兰坪| 漯河市| 彩票| 远安县| 峨眉山市| 太湖县| 和田县| 菏泽市| 哈巴河县| 唐河县| 柏乡县| 凯里市| 阿尔山市| 灵川县| 竹溪县| 贵定县| 大港区| 宕昌县|