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.
I try to get the list of playlists from a user playlist page. It works however there is only URL returned (no title)
eg,
the returned result only contains url
(same for cli)
So I looked into the source code and edited youtube.py to return title:
now it returns title of the playlist
{"_type": "url", "url": "https://www.youtube.com/playlist?list=PLAl4aZK3mRv1ydJm1nXwZ9Toz_mSlOesg", "ie_key": "YoutubePlaylist", "title": "CNET special features"} {"_type": "url", "url": "https://www.youtube.com/playlist?list=PL29BED3BCF9244BA0", "ie_key": "YoutubePlaylist", "title": "CNET First Look videos "}