12/09/2021 (things i learend)
- hoard of motorcyclists horning & holding & shooting flares. Football like chating afterwards.
- yt-dlp > youtube-dl is basically almost everything
- model theory: algebraic theories and geometric theories
- it takes approximately 10mins and 90MB to store entire harddisk directory structure using piton3 senarai(os.walk('/'))
- xz compresses it to 12MB at level 6 (default)
- tiktok approx 30 mins to download 254 videos totalling 1.8G, using
- building yt-dlp is SO EASY OMG, and the entire repo is SO SMALL even after `make`
- yt-dlp tiktok needs much less sleeping than youtube i think, cuz ppl skip very fast. I also noticed it's faster to download without watermark, or maybe it's just yt-dlp being better than youtube-dl. But no subs? I guess not, most ppl in probably dont put captions on tiktok anyway
- tiktok also uses HEVC/H.265? Cool
- subprocess is harder to learn than i thought -_-
- feminism in/vs islam, i think i know both sides arguments
d=$(date +%Y%m%d_%H%M%S_tiktok_output.log) yt-dlp --verbose --prefer-free-formats\ --sleep-requests 0.5 --sleep-interval 1 --max-sleep-interval 5\ --write-description --write-info-json --write-comments --write-all-thumbnails\ --all-subs --write-auto-sub\ --no-continue --no-overwrites\ --download-archive archive.log\ --output "%(uploader)s/%(upload_date)s - %(view_count)s views - %(like_count)s likes - %(title)s - %(id)s/%(id)s.%(ext)s"\ --batch-file "users.txt" 2>&1 | tee "$d"