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

Ignore "time_continue" parameters in youtube's URL #17292

Closed
kaikaiiiiiii opened this issue Aug 21, 2018 · 3 comments
Closed

Ignore "time_continue" parameters in youtube's URL #17292

kaikaiiiiiii opened this issue Aug 21, 2018 · 3 comments
Labels

Comments

@kaikaiiiiiii
Copy link

@kaikaiiiiiii kaikaiiiiiii commented Aug 21, 2018

In some cases we exploring webpages and see a youtube video. It's interesting and we click the Youtube Logo to watch the video on youtube's own site.

In these cases the url will mostly have another parameters "time_stamp=xxx", like:

https://www.youtube.com/watch?time_continue=50&v=qbcppLD0Kl0

It will make a error if you paste the url directly to youtube-dl in command line.

Imho it should be enough just ignoring the parameter, making the url to be https://www.youtube.com/watch?time_continue=50&v=qbcppLD0Kl0.

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Aug 21, 2018

It's already ignored.

@dstftw dstftw closed this Aug 21, 2018
@dstftw dstftw added the invalid label Aug 21, 2018
@kaikaiiiiiii
Copy link
Author

@kaikaiiiiiii kaikaiiiiiii commented Aug 22, 2018

youtube-dl_time_continue_error

Well, that might be the other error, then. I'm using the version 2018.8.22.0 for windows.

@dstftw

@ytdl-org ytdl-org locked and limited conversation to collaborators Aug 22, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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.