Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please include the duration information of videos in the Youtube extractor. #25710

Closed
Midorina opened this issue Jun 17, 2020 · 0 comments
Closed
Labels

Comments

@Midorina
Copy link

@Midorina Midorina commented Jun 17, 2020

Checklist

  • I'm reporting a site feature request
  • I've verified that I'm running youtube-dl version 2020.06.16.1
  • I've searched the bugtracker for similar site feature requests including closed ones

Description

When extracting a playlist's info, the duration information of videos is not returned unless I pass process=True to extract_info(). Only the IDs and titles are returned.

I've checked that the site actually contains this information (I printed the page arg 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.

@dstftw dstftw closed this Jun 17, 2020
@dstftw dstftw added the incomplete label Jun 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.