資源簡(jiǎn)介
輸入抖音視頻轉(zhuǎn)發(fā)地址,獲取無(wú)水印高清下載地址
代碼片段和文件信息
import?requests
import?re
import?tkinter?as?tk
#用戶名:(.*?)
#簡(jiǎn)介:(.*?)
#封面:cover:?“(.*?)“
#播放地址:playAddr:?“(.*?)“
#[url=https://aweme.snssdk.com/aweme/v1/playwm/]https://aweme.snssdk.com/aweme/v1/playwm/[/url]去掉wm無(wú)水印
headers?=?{‘user-agent‘:?‘Mozilla/5.0?(Windows?NT?10.0;?Win64;?x64)?AppleWebKit/537.36?(KHTML?like?Gecko)?Chrome/72.0.3626.96?Safari/537.36‘}
def?make_it():
????Text1.delete(‘1.0‘‘end‘)?#清空Text
????url?=?Entry1.get()
????try:
????????#獲取302重定向地址
????????html1?=?requests.head(url)
????????true_url?=?html1.headers[‘Location‘]
????????html2?=?requests.get(true_urlheaders?=?headers)
????????#print(html2.text)
????????text_data?=?html2.text
????????#視頻名字
????????video_name?=?re.findall(‘(.*?)
‘text_datare.S)
評(píng)論
共有 條評(píng)論