#!/bin/bash

#youtube-dl --restrict-filenames -f 18 $1
#${firstString/Suzi/"$secondString"}
#yt-dlp --check-formats $1
yt-dlp --check-formats -f 'bestvideo[ext=mp4]+bestaudio[ext=m4a]/mp4' $1 



