alexta69 / metube

Self-hosted YouTube downloader (web UI for youtube-dl / yt-dlp)
GNU Affero General Public License v3.0
6.25k stars 390 forks source link

TikTok videos being downloaded with watermark #433

Closed Spugit closed 4 months ago

Spugit commented 4 months ago

Afaik yt-dlp downloads TikTok videos without a watermark by default nowadays, but Metube doesn't. Is there a way to resolve this?

PikuZheng commented 4 months ago

could you please check the versions both yt-dlp command and yt-dlp embeeded in metube?

Spugit commented 4 months ago

Using the yt-dlp --version command in the MeTube docker container returns: 2024.04.09

How to check the other version?

PikuZheng commented 4 months ago

I mean, what version of yt-dlp are you using to download without watermark? It may be newer than metube. metube uses stable yt-dlp, which may lag behind in terms of newest functionality

Spugit commented 4 months ago

I see, i misunderstood. Looking further into this, it seems to be a returning problem with Tiktok changing the API that yt-dlp uses.

I will close this issue and sorry for wasting your time. Thank you!