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

[youtube][bug][2016.03.27] bestvideo/bestaudio can vary on same link #9031

Closed
ghost opened this issue Mar 30, 2016 · 5 comments
Closed

[youtube][bug][2016.03.27] bestvideo/bestaudio can vary on same link #9031

ghost opened this issue Mar 30, 2016 · 5 comments

Comments

@ghost
Copy link

@ghost ghost commented Mar 30, 2016

Hey.

I recently noticed that a command like this:
youtube-dl -f 'bestvideo+bestaudio'
can vary on what formats get downloaded on the same link.

I can't provide any logs since it seems to be random when it occurs based on which dash manifest returned an error.

My guess is, it's related to this code segment.
https://github.com/rg3/youtube-dl/blob/master/youtube_dl/extractor/youtube.py#L1629-L1664

The version is 2016.03.27.

@Hrxn
Copy link

@Hrxn Hrxn commented Mar 30, 2016

@ghost
Copy link
Author

@ghost ghost commented Mar 30, 2016

Didn't knew that, thanks.
Changed it.

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Mar 30, 2016

It may vary. YouTube doesn't roll out all the formats immediately when the video appears but instead formats appear as they format encoding finishes or some other criteria.

@dstftw dstftw closed this Mar 30, 2016
@ghost
Copy link
Author

@ghost ghost commented Mar 30, 2016

I might should have added, that I wasn't talking about new videos.
This problem occurred with videos which were uploaded more than a week ago.

@Hrxn
Copy link

@Hrxn Hrxn commented Mar 30, 2016

It could be..

Anyway, if there is anything YouTube modifies when processing requests, it's on the server-side, I don't think that any script or tool or program running on the client can do something about it.

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.