thumbnail of YTP_Un-Smile_Song-Tridashie-20240330-youtube-1920x1080-d0vvD5XmfTQ.webm
thumbnail of YTP_Un-Smile_Song-Tridashie-20240330-youtube-1920x1080-d0vvD5XmfTQ.webm
YTP_Un-Smile_Song-Tri... webm
(17.56 MB, 1920x1080 vp9)
thumbnail of YTP_Elementally_Unstable-Tridashie-20240427-youtube-1920x1080-we8HlKjNuio.webm
thumbnail of YTP_Elementally_Unstable-Tridashie-20240427-youtube-1920x1080-we8HlKjNuio.webm
YTP_Elementally_Unsta... webm
(16.33 MB, 1920x1080 vp9)
Copying ~50 GB of MLP-related SQL files from some HDD (dl'd from mega.nz)...

 >>/10789/
> Tridashie
I downloaded the videos from that channel which aren't in TPA = roughly 8.5 GB. No info jsons downloaded as described above.
> /zc/youtube/Tridashie_UCVv1vQYLgJ6STMJkK2aWMyQ/YTP_Un-Smile_Song-Tridashie-20240330-youtube-1920x1080-d0vvD5XmfTQ.webm
> /zc/youtube/Tridashie_UCVv1vQYLgJ6STMJkK2aWMyQ/YTP_Elementally_Unstable-Tridashie-20240427-youtube-1920x1080-we8HlKjNuio.webm
= funny/neat videos that I watched (first time seeing them was today).

 >>/10931/
> TINT source code [ part of it is at https://gateway.pinata.cloud/ipfs/QmQwg2E9kafAyMErtwAXNnmsG8p4joXq9BhSvR74ms5uiu ]
"static void showhelp () {...}" contains the help text:
> fprintf (stderr,"USAGE: tint [-h] [-l level] [-n] [-d] [-b char]\n");    fprintf (stderr,"  -h           Show this help message\n");    fprintf (stderr,"  -l    Specify the starting level (%d-%d)\n",MINLEVEL,MAXLEVEL);    fprintf (stderr,"  -n           Draw next shape\n");    fprintf (stderr,"  -d           Draw vertical dotted lines\n");    fprintf (stderr,"  -b     Use this character to draw blocks instead of spaces\n");    exit (EXIT_FAILURE);