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
If you clean a YouTube URL which contains a time mark (?t=), this time mark will be removed too.
Example: https://www.youtube.com/live/CK6pE4-8kCg?si=5Y1bV4klawydjKqM&t=17271 becomes https://www.youtube.com/live/CK6pE4-8kCg
https://www.youtube.com/live/CK6pE4-8kCg?si=5Y1bV4klawydjKqM&t=17271
https://www.youtube.com/live/CK6pE4-8kCg
It should become https://www.youtube.com/live/CK6pE4-8kCg?t=17271
https://www.youtube.com/live/CK6pE4-8kCg?t=17271
It might be enough to add t to this list
t
RegexFactory.exceptParameter("(v|search_query|list)")
The text was updated successfully, but these errors were encountered:
Hello Philip,
thanks for the bug report. Yes, adding t should be enough. Do you want to create a PR? 😄
Sorry, something went wrong.
Great, thanks for the confirmation.
I will do once I get to a "big screen" computer 😁
bug(youtube): keep time mark parameter
220a3c0
The t parameter contains the timestamp to jump to in a video. It's not a tracking parameter but must be kept. fixes svenjacobs#460
3ba1901
Successfully merging a pull request may close this issue.
If you clean a YouTube URL which contains a time mark (?t=), this time mark will be removed too.
Example:
https://www.youtube.com/live/CK6pE4-8kCg?si=5Y1bV4klawydjKqM&t=17271
becomeshttps://www.youtube.com/live/CK6pE4-8kCg
It should become
https://www.youtube.com/live/CK6pE4-8kCg?t=17271
It might be enough to add
t
to this listThe text was updated successfully, but these errors were encountered: