Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Checklist
Verbose log
[youtube] drcg4ue8qhw: Downloading webpage
[youtube] drcg4ue8qhw: Downloading video info webpage
WARNING: Unable to extract video title
Description
WRITE DESCRIPTION HERE
Admittedly I really don't know code and not sure if I'm just missing something new that I have to add to my code when I'm downloading a video? My current code is
youtube-dl --extract-audio --audio-format mp3 --no-check-certificate --batch-file songstodl.txt
Used to just download video, extract to mp3 with the artist + title followed by the string of characters in the youtube link (which I could delete). But if I download a bunch of songs at once, it's complicated to figure out which track is which.