mirror of
https://github.com/soimort/you-get.git
synced 2025-01-23 13:35:16 +03:00
[douyin] remove video watermark
This commit is contained in:
parent
4746af3462
commit
dc7dc481f4
@ -53,7 +53,7 @@ def douyin_download_by_url(url, **kwargs):
|
||||
title = get_value(video_info, ['item_list', 0, 'desc'])
|
||||
|
||||
# get video play url
|
||||
video_url = "https://aweme.snssdk.com/aweme/v1/playwm/?ratio=720p&line=0&video_id={}".format(video_id)
|
||||
video_url = "https://aweme.snssdk.com/aweme/v1/play/?ratio=720p&line=0&video_id={}".format(video_id)
|
||||
video_format = 'mp4'
|
||||
size = url_size(video_url, faker=True)
|
||||
print_info(
|
||||
|
Loading…
Reference in New Issue
Block a user