#!/bin/sh #Description: Takes in a URL and downloads the thumbnail for it (if it exists) #Axioms: #Dependencies: https://packages.debian.org/sid/yt-dlp yt-dlp --write-thumbnail --skip-download "$1"