5

【抖音】无水印视频批量下载

 3 years ago
source link: https://awsl.blog/2021/douyin-dl
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client
【抖音】无水印视频批量下载
2021-03-28 | 编程(大嘘 | 暂无评论 | 128 次阅读 | 186字

1. 获取你喜欢的视频url

因为本人不使用抖音,所以无法提供获取链接的方法。大概就是选择分享-复制链接。

2. 获取视频id

我们刚刚获取了视频分享的链接 https://v.douyin.com/eFt7TNg/ 点击后跳转到 这里 ,现在我们要获取视频下载地址。为了方便我们观看和调试,我们将Firefox开成iPhone模式。

找到如下请求
GET https://www.iesdouyin.com/web/api/v2/aweme/iteminfo/?item_ids=6943818100982729997
其中item_id就是链接中video后的值。

它会响应一个json,其中 url_list 值就是有水印的视频下载链接。

{
    "url_list": [
        "https://aweme.snssdk.com/aweme/v1/playwm/?video_id=v0200f070000c1ema9gsfjpfgvdcjd60&ratio=720p&line=0"
    ]
}

仔细观察此url,将其中的 /playwm/ 替换成 /play/ 即可下载无水印视频。


本文写于2021-03-28,其中的内容可能有所变化,还请读者留言指出不足之处。


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK