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.
python errors while downloading youtube vid #22479
Comments
|
Error message clearly tells you there is no |
|
what extension does opus audio uses? i thought it was .opus, as it says on wikipedia |
Checklist
Verbose log
Description
Hi i wanted to donwload audio only of a youtube song, but python errors show up for unknown reason. here's the argument i used;
youtube-dl.exe -f "bestaudio[ext=opus]" --extract-audio --audio-quality 192 --audio-format mp3 --batch-file "download.txt" -vdownload txt has only one line:
https://www.youtube.com/watch?v=Pxj3wGj-SdM
thanks in advance