TikTok Instagram Teen Paaularruizz2 l Paaularruizz l Paaular Ruiz

I have reorganized her TikTok content from this forum and elsewhere :peepoHappy:
The naming pattern of the files is following the one of awemer, a Python tool for scraping TikTok videos in source quality if possible, courtesy of chan-like boards :HACKERMANS:
/ttg/ - Awemer Thread #1
The naming pattern is → "username YYYY-MM-DD video_id"
For the stuff that I gather from other people, where the filenames are sometimes kinda random, I follow my own naming pattern. If the date isn't available even in the metadata, then 'YYYY-MM-DD' is added instead. Also, if the video id isn't available in a filename itself, "©blahblahblah" for source quality videos, or "vid_blahblahblah" for non-source quality videos is added instead. All this extra information can be viewed via MediaInfo and such tools.
This Python tool utilizes TikWM to fetch the source quality video files, so if it returns a video file with an '~sd' suffix, it means that TikWM itself couldn't retrieve the source file. TikTok changed something (in its code) at some point, thus making older videos harder to be retrieved in source quality.
https://tikwm.com/
https://tikwm.com/originalDownloader.html
PS She seems to have two to three accounts:
• paaularruizz2
• paulitaquepesadaaa
• paaularruizz → It could be her old one, as there are videos in paaularruizz2 with that name stamp; she probably downloaded her content from this account for reuploading to the new one. Also, this account solely follows paaularruizz2, as well. Whatever though, it's empty :PepeLaugh:
It's my personal archive of hers, which I'm casually updating. Most of the content is not mine, as I just recently begun downloading her stuff, and she has deleted lots of content from TikTok to date. So many thanks to the rest of you :MLADY:
I had to reupload the .rar file. When the awemer tool can't fetch a video in source quality, it resorts to its transcoded versions. However, it might not opt for the best available one ffs So I had to utilize yt-dlp, which has no problem grabbing the highest non-source quality version of a video.
Code:
yt-dlp --cookies cookies.txt --output "%(uploader)s/%(uploader)s %(upload_date>%Y-%m-%d)s %(id)s~sd.%(ext)s" "https://www.tiktok.com/@paaularruizz2"
https://filester.me/d/a5gPBNO
 
Back
Top