We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
> duration("11M22S") [1] "682s (~11.37 minutes)"
is correct
> duration("PT11M22S") [1] NA
is not.
The latter is the format used by YouTube for video duration, and is a valid notation option per the ISO 8601 spec on durations.
More info on the YT duration format: look for contentDetails.duration on this page.
contentDetails.duration
The text was updated successfully, but these errors were encountered:
67d9004
No branches or pull requests
is correct
is not.
The latter is the format used by YouTube for video duration, and is a valid notation option per the ISO 8601 spec on durations.
More info on the YT duration format: look for
contentDetails.duration
on this page.The text was updated successfully, but these errors were encountered: