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
Description
When extracting a playlist's info, the duration information of videos is not returned unless I pass
process=Truetoextract_info(). Only the IDs and titles are returned.I've checked that the site actually contains this information (I printed the
pagearg in this function -> https://github.com/ytdl-org/youtube-dl/blob/master/youtube_dl/extractor/youtube.py#L332) so I assume this is doable. Please include the duration information of videos in playlists so that we won't have to process each video individually to get this information. I'm constantly hitting 429's due to that.Thank you.