Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
TikTok Extractor Without Watermark #20644
Comments
|
Does it still work? I don't see watermark param in the video url, adding it manually doesn't help either. Yet there are online tools that rip videos without watermark. Is there another API or something? Any plans to implement it in youtube-dl? |
|
I can't figure out how to get the JavaScript to work either. However, apps such as TikMate are still able to download videos without the watermark. Anyone know how they're doing it? |
This comment has been hidden.
This comment has been hidden.
|
New mechanism for tiktok without watermark #24563 |
|
I found a new solution. |
|
I got this working with youtube-dl using the above Javascript as an example. I created a pull request here - #25895 |
|
This method is broken now. |
Before submitting an issue make sure you have:
What is the purpose of your issue?
Since TikTok changed the layout the extractor returns a video with a watermark. I found a solution involving a JavaScript variable.
The easiest way to get the video URL without watermark is this code:
window.__INIT_PROPS__["/share/video/:id"]["videoData"]["itemInfos"]["video"]["urls"][2].replace("watermark=1", "watermark=0");If you can't use JavaScript,
window.__INIT_PROPS__is declared in<script>in the head.