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

Account for "t" YouTube video start time GET variable, not just "start" #1610

Open
ItsFrankieD opened this issue Mar 22, 2024 · 1 comment
Open

Comments

@ItsFrankieD
Copy link

ItsFrankieD commented Mar 22, 2024

Summary

Include the standard t start time GET variable in the gallery when included on a YouTube video URL.

Basic example

Standard URL

https://youtube.com/watch?v=dQw4w9WgXcQ&t=90

Short URL

https://youtu.be/dQw4w9WgXcQ?t=90

No-cookie URL

https://youtube-nocookie.com/embed/dQw4w9WgXcQ?t=90&rel=0

Motivation

The t start time GET variable is very commonly used in embeds, and is not being passed to the gallery unless first being changed from t to start.

Previously, the GET variable was split between the current format, 90, which uses seconds, and the old format, 1m30s, which used minutes and seconds separately.

As an aside, no-cookie URLs do not pass the rel=0 GET variable. This raises privacy concerns, and is probably deserving of its own issue.

@ItsFrankieD
Copy link
Author

Pardon, but is this project's issue queue active? I don't see much movement. Is there somewhere else I should be place my feature request?

@ItsFrankieD ItsFrankieD changed the title Include YouTube video start time GET variable Account for "t" YouTube video start time GET variable, not just "start" Apr 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant