Useful scripts, etc.

Content ripping

Download song off of YT:

youtube-dl -f bestaudio --extract-audio --add-metadata <URL>

Download all images of a 4chan thread:

curl https://boards.4channel.org/w/thread/2091286 | grep -oh -E "is2\.4chan\.org/[a-z]/[A-Za-z0-9]+[^s].(png|jpg|jpeg)" | xargs wget -nc --