Anon 09/08/2024 (Sun) 08:42 No.10936 del
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 <level> 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 <char> Use this character to draw blocks instead of spaces\n"); exit (EXIT_FAILURE);