Hacker News new | ask | show | jobs
by exikyut 2937 days ago
AFAIK, youtube-dl will find all videos and download them if fed a playlist URL. I'm curious if this script is a workaround for some obscure brokenness or something.
1 comments

youtube-dl already has extract audio feature built in. try youtube-dl -x playlist-url
Ah. I knew there was a rational explanation :) I missed that bit.
Huh, TIL. Thanks!