Anon
10/28/2024 (Mon) 17:05
No.11259
del
Sweetie Belle is supposed to have a beautiful singing voice. This AI cover ain't it.
>>11258Unintentional markup: double underscore -> underline.
>semi-complex code that I wrote (multiple files for the same project), may as well stick it in GitHub so at least it's easier to manage and update.Partly done - this is missing some versions and is ahead/behind some things:
https://github.com/ProximaNova/yt-channel-dl>>11257>Simple Derpi codeAnother explanation is below.
Optional - Input data I was checking, use whatever files you have in your case:
$ find /zc/ipfs/blocks/52/ -type f | tail -n+10001 | head \
-n200 | xargs -d "\n" sh -c 'for args do file "$args"; don\
e' _ | grep "PNG image data\|JPEG image data\|GIF image da\
ta\|WebM" | sed "s/:/ :/g"
Optional - with LXQt you basically can't upload files in a web browser via absolute paths, so run this to copy the file to a folder which isn't a many-file folder:
$ read -p "path: " p; utc; cp --update=none "$p" .
Message too long. Click here to view full text.