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

xvideos is not working #5244

Closed
sebma opened this issue Mar 20, 2015 · 1 comment
Closed

xvideos is not working #5244

sebma opened this issue Mar 20, 2015 · 1 comment

Comments

@sebma
Copy link

@sebma sebma commented Mar 20, 2015

Hi,

XVideos is not working as you can see below :

$ youtube-dl -v http://www.xvideos.com/video3678704/
[debug] System config: []
[debug] User config: ['--ignore-errors', '--continue', '-o', '%(title)s - %(resolution)s - %(id)s.%(ext)s', '-f', 'mp4', '--restrict-filenames', '--add-metadata', '--write-description', '--embed-subs', '--embed-thumbnail', '--exec', 'mp4tags -c "$(cat {}.description)" {} && rm -vf {}.description']
[debug] Command-line args: ['-v', 'http://www.xvideos.com/video3678704/']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2015.03.18
[debug] Python version 2.7.8 - Linux-3.16.0-31-generic-x86_64-with-Ubuntu-14.10-utopic
[debug] exe versions: avconv 11-6, avprobe 11-6, ffmpeg 2.6.1, ffprobe 2.6.1, rtmpdump 2.4
[debug] Proxy map: {}
[XVideos] 3678704: Downloading webpage
ERROR: requested format not available
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 665, 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 711, 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 1145, in process_video_result
expected=True)
ExtractorError: requested format not available

$ echo $?
1

Can you look into it ?

Seb.

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Mar 20, 2015

You have explicitly set requested format_id in your youtube-dl user config as mp4. format_id is an extractor specific identifier and the extension of the video or a codec name. You can list available formats with -F. So, to get it working just remove explicit format_id from your user config.

@dstftw dstftw closed this Mar 20, 2015
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.