import requests,time,random
from fake_useragent import UserAgent
urls=open(r'E:\01pycharm project\網路爬蟲技術\sjj1.txt',encoding='utf-8').read().split()
i=1
for url in urls:
headers={
#'User-agent':'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36 Edg/100.0.1185.39',
'user-agent':UserAgent(path=r'./fake_useragent.json').Chrome,
'Referer':'https://dogwood.xdfsjj.com/',
'cookie':'_yttoken_=yvpoqsot2il2geyv; _ytuserid_=113498738; zg_did={"did": "17f64e7dcddd63-02f3d4617972ef-56171d58-144000-17f64e7dcdef3f"}; zg_37d62e79d2fa4b8aa0dcfdd95a665ced={"sid": 1650027981031,"updated": 1650027981031,"info": 1650015954242,"superProperty": "{}","platform": "{}","utm": "{}","referrerDomain": "mail.qq.com","zs": 0,"sc": 0,"firstScreen": 1650027981031}',
}
req=requests.get(url,headers=headers)
print(req.status_code)
with open(r'E:\六級正序\list%d.mp3'%i,'wb') as file:
file.write(req.content)
print(i,"下載成功")
req.close()
i+=1
time.sleep(random.randint(1,3))
【爬蟲】專案篇-新東方六級聽力音訊
相關文章
- 資料分析專案(一)——爬蟲篇爬蟲
- 爬蟲專案爬蟲
- 【爬蟲】爬蟲專案推薦 / 思路爬蟲
- 【爬蟲】專案篇-使用selenium爬取大魚潮汐網爬蟲
- 爬蟲小專案爬蟲
- 爬蟲專案部署爬蟲
- Python爬蟲深造篇(四)——Scrapy爬蟲框架啟動一個真正的專案Python爬蟲框架
- 奇伢爬蟲專案爬蟲
- 爬蟲專案總結爬蟲
- scrapyd 部署爬蟲專案爬蟲
- 網路爬蟲專案爬蟲
- python 爬蟲實戰專案--爬取京東商品資訊(價格、優惠、排名、好評率等)Python爬蟲
- Java 爬蟲專案實戰之爬蟲簡介Java爬蟲
- python爬蟲初探--第一個python爬蟲專案Python爬蟲
- 通用新聞爬蟲開發系列(專案介紹)爬蟲
- Python爬蟲爬取淘寶,京東商品資訊Python爬蟲
- 爬蟲案例(六)爬蟲
- Python網路爬蟲實戰專案大全 32個Python爬蟲專案demoPython爬蟲
- 爬蟲實戰專案集合爬蟲
- 網路爬蟲(python專案)爬蟲Python
- 100爬蟲專案遷移爬蟲
- gerapy框架爬蟲專案部署框架爬蟲
- 爬蟲專案實戰(一)爬蟲
- 專案--python網路爬蟲Python爬蟲
- 爬蟲的例項專案爬蟲
- 爬蟲實戰專案合集爬蟲
- Python爬蟲教程-31-建立 Scrapy 爬蟲框架專案Python爬蟲框架
- 想成為Python高手,必須看這篇爬蟲原理介紹!(附29個爬蟲專案)Python爬蟲
- python爬蟲例項專案大全-GitHub 上有哪些優秀的 Python 爬蟲專案?Python爬蟲Github
- python爬蟲小專案--飛常準航班資訊爬取variflight(上)Python爬蟲
- python爬蟲---網頁爬蟲,圖片爬蟲,文章爬蟲,Python爬蟲爬取新聞網站新聞Python爬蟲網頁網站
- python爬蟲-33個Python爬蟲專案實戰(推薦)Python爬蟲
- 精通Scrapy網路爬蟲【一】第一個爬蟲專案爬蟲
- Python爬蟲怎麼入門-初級篇Python爬蟲
- python爬蟲實操專案_Python爬蟲開發與專案實戰 1.6 小結Python爬蟲
- Python原始碼怎麼讀,聽聽頂級爬蟲工程師的建議Python原始碼爬蟲工程師
- 企業資料爬蟲專案爬蟲
- Java爬蟲專案環境搭建Java爬蟲