Convert a Youtube channel into a podcast Requirements youtube-dl Step 1: Download all videos of a channel as 64 kbps mono mp3s youtube-dl \ --extract-audio --audio-format mp3 --audio-quality 64 --postprocessor-args "-ac 1" \ -o "%(upload_date)s-%(title)s-%(id)s.%(ext)s" \ <channel URL here>