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.
Get playlist title / name only. without downloading files #23442
Comments
|
|
Thanks. Did the trick using jq to get the value of title.
|
Checklist
Question
Hello,
I'm trying to get just the name of a playlist in a bash script without downloading the files. I've gone through the manual multiple times and put forth my best google foo.
Currently I'm downloading an entire playlist into a folder with a random name, then zipping it up before offering it to my users. Id just like to get that zip file named after the playlist and not jibberish. Ive tried to awk and sed with various options with no luck.
youtube-dl 2019.11.28
Ubuntu 19.04
Thanks.