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

Vimeo/Others: fails to download on "-f bestvideo+bestaudio" #8355

Closed
vxbinaca opened this issue Jan 29, 2016 · 3 comments
Closed

Vimeo/Others: fails to download on "-f bestvideo+bestaudio" #8355

vxbinaca opened this issue Jan 29, 2016 · 3 comments

Comments

@vxbinaca
Copy link
Contributor

@vxbinaca vxbinaca commented Jan 29, 2016

youtube-dl --verbose  --download-archive ~/.ytdlarchive --no-overwrites --call-home --continue --write-info-json --write-description --write-thumbnail --write-annotations --merge-output-format mkv --all-subs --sub-format srt --convert-subs srt --write-sub --add-metadata -f bestvideo+bestaudio https://vimeo.com/116603551
[debug] System config: []
[debug] User config: [u'--download-archive', u'~/.ytdlarchive', u'--no-overwrites', u'--call-home', u'--continue', u'--write-info-json', u'--write-description', u'--write-thumbnail', u'--write-annotations', u'--merge-output-format', u'mkv', u'--all-subs', u'--sub-format', u'srt', u'--convert-subs', u'srt', u'--write-sub', u'--add-metadata', u'-f', u'bestvideo+bestaudio']
[debug] Command-line args: [u'--verbose', u'--download-archive', u'/home/vxbinaca/.ytdlarchive', u'--no-overwrites', u'--call-home', u'--continue', u'--write-info-json', u'--write-description', u'--write-thumbnail', u'--write-annotations', u'--merge-output-format', u'mkv', u'--all-subs', u'--sub-format', u'srt', u'--convert-subs', u'srt', u'--write-sub', u'--add-metadata', u'-f', u'bestvideo+bestaudio', u'https://vimeo.com/116603551']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2016.01.27
[debug] Python version 2.7.10 - Linux-4.2.0-25-generic-x86_64-with-Ubuntu-15.10-wily
[debug] exe versions: ffmpeg 2.7.5-0ubuntu0.15.10.1, ffprobe 2.7.5-0ubuntu0.15.10.1, rtmpdump 2.4
[debug] Proxy map: {}
[debug] Public IP address: 76.101.221.232
[vimeo] 116603551: Downloading webpage
[vimeo] 116603551: Extracting information
[vimeo] 116603551: Downloading webpage
[vimeo] 116603551: Downloading JSON metadata
[vimeo] 116603551: Checking Original video URL
[vimeo] 116603551: Original video URL is invalid, skipping
[vimeo] 116603551: Downloading m3u8 information
ERROR: requested format not available
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 677, in extract_info
    return self.process_ie_result(ie_result, download, extra_info)
  File "/usr/local/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 723, in process_ie_result
    return self.process_video_result(ie_result, download=download)
  File "/usr/local/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 1353, in process_video_result
    expected=True)
ExtractorError: requested format not available

Doesn't the script be default download the best copy?

@vxbinaca
Copy link
Contributor Author

@vxbinaca vxbinaca commented Jan 29, 2016

I should add that that flag fails on pretty much every site but youtube and a handful of others.

@vxbinaca vxbinaca changed the title Vimeo: fails to download on "-f bestvideo+bestaudio" Vimeo/Others: fails to download on "-f bestvideo+bestaudio" Jan 29, 2016
@dstftw
Copy link
Collaborator

@dstftw dstftw commented Jan 29, 2016

There is no bestvideo and bestaudio formats for vimeo as stated in error message. Read format selection.

@dstftw dstftw closed this Jan 29, 2016
@phihag
Copy link
Contributor

@phihag phihag commented Jan 29, 2016

If you want the best quality, simply don't pass in any -f. If you must use -f, add a /best at the end.

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
3 participants
You can’t perform that action at this time.