下载无水印抖音视频的方式
本帖最后由 HelloWorld 于 2023-7-22 12:46 编辑参考[email protected]:n0l3r/tiktok-downloader.git简化如下:axios('https://vt.tiktok.com/ZSLkqxSCw/', {responseType: 'stream'}).then(({request})=>{
const idVideo = request.res.responseUrl.match(/\d{19}/)
axios(`https://api16-normal-c-useast1a.tiktokv.com/aweme/v1/feed/?aweme_id=${idVideo}`)
.then(({data})=>{
console.log(data.aweme_list.video.play_addr.url_list) // no warter mark url
})
})
页:
[1]