#!/bin/sh #Description: Takes in a yt-dlp compatible URL and extracts the best audio it can from it and converts it to the opus format. #Axioms: #Dependencies: https://packages.debian.org/sid/yt-dlp yt-dlp --audio-format opus -x -f 'bestaudio' "$1"