Guide TikTok - Download the full video content of a profile via TikWM (original quality)

optic30

Tier 3 Sub
Mar 12, 2022
10
460
607
0fya082315al84db03fa9bf467e3.png
There is a way to download a user's entire TikTok via TikWM, which seems to be the only site still offering original quality TikTok videos. To get all the video links from a user's page, get a Chrome extension such as
Please, Log in or Register to see links and images
, where you'll need to scroll to the bottom of the user's page until you see the first video ever uploaded, then open the extension to get the video links (there, filter with the word "video", as lots of other links will also appear).

Please, Log in or Register to see links and images
Please, Log in or Register to see links and images
Please, Log in or Register to see links and images

Of course, you'll need yt-dlp to do the job:
Please, Log in or Register to see links and images

Here's how to add yt-dlp to the PATH in Windows 10, by editing the Environment Variables:


EXAMPLE

This example uses the TikTok profile of Martina Curiel:
Please, Log in or Register to see links and images

TikTok sample: https://www.tiktok.com/@martina_curiel/video/7209066786443103494
TikWM sample:
Please, Log in or Register to see links and images
(where it redirects to the TikTok video source)

In your Downloads folder, create a folder called "TikTok" and within that folder create two .txt files. One called "TikTok" and one called "TikWM".

In TikTok.txt, place all the user's video links, each on a different line. Luckily, the links are already copied to the clipboard in this form. TikTok.txt should be used as a place to store the links.

Then open TikWM.txt using Notepad++. Copy the links there too. Add the string ".mp4" to the end of each line. This is done by pressing Ctr+F (a small window will pop up), selecting "Replace", switching to regular expression mode (bottom and left corner, Select Mode -> Regular expression) and replacing every "$" with ".mp4" (Replace All) to recreate the last part of each new link. Finally, switch back to normal mode (Select Mode -> Normal) and replace each "https://www.tiktok.com/@martina_curiel/video" string with "https://www.tikwm.com/video/media/hdplay".

Open CMD and type cd Downloads/TikTok, then type yt-dlp --min-sleep-interval 14 --max-sleep-interval 16 -o "%(title)s".mp4 -a TikWM.txt

To avoid spamming TikWM with continuous requests, the two sleep commands make yt-dlp wait 14-16 seconds between each download.

PS To download individual videos, yt-dlp -o "%(title)s".mp4 https://www.tikwm.com/video/media/hdplay/7209066786443103494.mp4

🙂

DONE
 
Last edited:

aefgaggggg

Bathwater Drinker
Mar 11, 2022
103
8,344
1,249
0fya082315al84db03fa9bf467e3.png
Unfortunately, it looks like it's hit-or-miss whether tikwm downloads the original hq version or the watered down 576x1024 vids.
 
  • Sadge
Reactions: nobody5