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

Cannot download a specific Dailymotion video: HTTP error 404 Not Found, ERROR: ffmpeg exited with code 1 #21136

Closed
6 tasks
mothguib opened this issue May 18, 2019 · 1 comment

Comments

@mothguib
Copy link

mothguib commented May 18, 2019

Checklist

  • I'm reporting a broken site support issue
  • I've verified that I'm running youtube-dl version 2019.05.11
  • I've checked that all provided URLs are alive and playable in a browser
  • I've checked that all URLs and arguments with special characters are properly quoted or escaped
  • I've searched the bugtracker for similar bug reports including closed ones
  • I've read bugs section in FAQ

Verbose log

[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-v', 'dailymotion.com/video/x1zkths']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2019.05.11
[debug] Python version 3.7.3 (CPython) - Linux-5.0.13-arch1-1-ARCH-x86_64-with-arch
[debug] exe versions: ffmpeg 4.1.3, ffprobe 4.1.3
[debug] Proxy map: {}
WARNING: The url doesn't specify the protocol, trying with http
[dailymotion] x1zkths: Downloading webpage
[dailymotion] x1zkths: Downloading metadata JSON
[dailymotion] x1zkths: Downloading m3u8 information
[dailymotion] x1zkths: Downloading m3u8 information
[dailymotion] x1zkths: Downloading m3u8 information
[dailymotion] x1zkths: Downloading m3u8 information
[dailymotion] x1zkths: Downloading m3u8 information
[dailymotion] x1zkths: Downloading m3u8 information
[debug] Default format spec: bestvideo+bestaudio/best
[debug] Invoking downloader on 'https://proxy-044.ix7.dailymotion.com/sec(Y1__c6jS2j6mYXFHdR8-E22VsA5MLPXCV7LHU9b0GF-KbhOSn392mlHbtHwCkd0TnKptym3fa0HumJVph3P_e3E4yFXbrAeA-8reCEYXJNQ)/p/video/080/422/120224080_mp4_h264_aac_fhd.m3u8'
[download] Destination: Cap Sud-Ouest Vallée de l'Hérault-x1zkths.mp4
[debug] ffmpeg command line: ffmpeg -y -loglevel verbose -headers 'User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:59.0) Gecko/20100101 Firefox/59.0
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding: gzip, deflate
Accept-Language: en-us,en;q=0.5
Cookie: ts=526925; v1st=9902B984DBF137B8024D31DFFF5EB452; dmvk=5ce016c3b4d7f
' -i 'https://proxy-044.ix7.dailymotion.com/sec(Y1__c6jS2j6mYXFHdR8-E22VsA5MLPXCV7LHU9b0GF-KbhOSn392mlHbtHwCkd0TnKptym3fa0HumJVph3P_e3E4yFXbrAeA-8reCEYXJNQ)/p/video/080/422/120224080_mp4_h264_aac_fhd.m3u8' -c copy -f mp4 'file:Cap Sud-Ouest Vallée de l'"'"'Hérault-x1zkths.mp4.part'
ffmpeg version n4.1.3 Copyright (c) 2000-2019 the FFmpeg developers
  built with gcc 8.2.1 (GCC) 20181127
  configuration: --prefix=/usr --disable-debug --disable-static --disable-stripping --enable-fontconfig --enable-gmp --enable-gnutls --enable-gpl --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libdrm --enable-libfreetype --enable-libfribidi --enable-libgsm --enable-libiec61883 --enable-libjack --enable-libmodplug --enable-libmp3lame --enable-libopencore_amrnb --enable-libopencore_amrwb --enable-libopenjpeg --enable-libopus --enable-libpulse --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libv4l2 --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxcb --enable-libxml2 --enable-libxvid --enable-nvdec --enable-nvenc --enable-omx --enable-shared --enable-version3
  libavutil      56. 22.100 / 56. 22.100
  libavcodec     58. 35.100 / 58. 35.100
  libavformat    58. 20.100 / 58. 20.100
  libavdevice    58.  5.100 / 58.  5.100
  libavfilter     7. 40.101 /  7. 40.101
  libswscale      5.  3.100 /  5.  3.100
  libswresample   3.  3.100 /  3.  3.100
  libpostproc    55.  3.100 / 55.  3.100
[tcp @ 0x55cf28550380] Starting connection attempt to 188.65.126.44 port 443
[tcp @ 0x55cf28550380] Successfully connected to 188.65.126.44 port 443
[https @ 0x55cf2854dd80] HTTP error 404 Not Found
https://proxy-044.ix7.dailymotion.com/sec(Y1__c6jS2j6mYXFHdR8-E22VsA5MLPXCV7LHU9b0GF-KbhOSn392mlHbtHwCkd0TnKptym3fa0HumJVph3P_e3E4yFXbrAeA-8reCEYXJNQ)/p/video/080/422/120224080_mp4_h264_aac_fhd.m3u8: Server returned 404 Not Found


ERROR: ffmpeg exited with code 1
  File "/usr/bin/youtube-dl", line 11, in <module>
    load_entry_point('youtube-dl==2019.5.11', 'console_scripts', 'youtube-dl')()
  File "/usr/lib/python3.7/site-packages/youtube_dl/__init__.py", line 474, in main
    _real_main(argv)
  File "/usr/lib/python3.7/site-packages/youtube_dl/__init__.py", line 464, in _real_main
    retcode = ydl.download(all_urls)
  File "/usr/lib/python3.7/site-packages/youtube_dl/YoutubeDL.py", line 2008, in download
    url, force_generic_extractor=self.params.get('force_generic_extractor', False))
  File "/usr/lib/python3.7/site-packages/youtube_dl/YoutubeDL.py", line 807, in extract_info
    return self.process_ie_result(ie_result, download, extra_info)
  File "/usr/lib/python3.7/site-packages/youtube_dl/YoutubeDL.py", line 868, in process_ie_result
    extra_info=extra_info)
  File "/usr/lib/python3.7/site-packages/youtube_dl/YoutubeDL.py", line 807, in extract_info
    return self.process_ie_result(ie_result, download, extra_info)
  File "/usr/lib/python3.7/site-packages/youtube_dl/YoutubeDL.py", line 861, in process_ie_result
    return self.process_video_result(ie_result, download=download)
  File "/usr/lib/python3.7/site-packages/youtube_dl/YoutubeDL.py", line 1642, in process_video_result
    self.process_info(new_info)
  File "/usr/lib/python3.7/site-packages/youtube_dl/YoutubeDL.py", line 1915, in process_info
    success = dl(filename, info_dict)
  File "/usr/lib/python3.7/site-packages/youtube_dl/YoutubeDL.py", line 1854, in dl
    return fd.download(name, info)
  File "/usr/lib/python3.7/site-packages/youtube_dl/downloader/common.py", line 364, in download
    return self.real_download(filename, info_dict)
  File "/usr/lib/python3.7/site-packages/youtube_dl/downloader/external.py", line 64, in real_download
    self.get_basename(), retval))
  File "/usr/lib/python3.7/site-packages/youtube_dl/downloader/common.py", line 165, in report_error
    self.ydl.report_error(*args, **kargs)
  File "/usr/lib/python3.7/site-packages/youtube_dl/YoutubeDL.py", line 624, in report_error
    self.trouble(error_message, tb)
  File "/usr/lib/python3.7/site-packages/youtube_dl/YoutubeDL.py", line 586, in trouble
    tb_data = traceback.format_list(traceback.extract_stack())

Description

I have the same issue as in #18857.

I cannot download this Dailymotion video:

https://www.dailymotion.com/video/x1zkths

but it works fine with other Dailymotion videos.

Thank you in advance.

@dstftw
Copy link
Collaborator

dstftw commented May 18, 2019

> py -2.7 .\youtube_dl\__main__.py dailymotion.com/video/x1zkths
WARNING: The url doesn't specify the protocol, trying with http
[dailymotion] x1zkths: Downloading webpage
[dailymotion] x1zkths: Downloading metadata JSON
[dailymotion] x1zkths: Downloading m3u8 information
[dailymotion] x1zkths: Downloading m3u8 information
[dailymotion] x1zkths: Downloading m3u8 information
[dailymotion] x1zkths: Downloading m3u8 information
[dailymotion] x1zkths: Downloading m3u8 information
[dailymotion] x1zkths: Downloading m3u8 information
[download] Destination: Cap Sud-Ouest Valle de l'Hrault-x1zkths.mp4
ffmpeg version N-85653-gb4330a0 Copyright (c) 2000-2017 the FFmpeg developers
  built with gcc 6.3.0 (GCC)
  configuration: --enable-gpl --enable-version3 --enable-cuda --enable-cuvid --enable-d3d11va --enable-dxva2 --enable-libmfx --enable-nvenc --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-libzimg --enable-lzma --enable-zlib
  libavutil      55. 61.100 / 55. 61.100
  libavcodec     57. 93.100 / 57. 93.100
  libavformat    57. 72.101 / 57. 72.101
  libavdevice    57.  7.100 / 57.  7.100
  libavfilter     6. 87.100 /  6. 87.100
  libswscale      4.  7.101 /  4.  7.101
  libswresample   2.  8.100 /  2.  8.100
  libpostproc    54.  6.100 / 54.  6.100
Input #0, hls,applehttp, from 'https://proxy-044.ix7.dailymotion.com/sec(Y1__c6jS2j6mYXFHdR8-E22VsA5MLPXCV7LHU9b0GF-KbhOSn392mlHbtHwCkd0TnKptym3fa0HumJVph3P_e3E4yFXbrAeA-8reCEYXJNQ)/p/video/080/422/120224080_mp4_h264_aac_fhd.m3u8':
  Duration: 00:26:37.36, start: 10.092856, bitrate: 0 kb/s
  Program 0
    Metadata:
      variant_bitrate : 0
    Stream #0:0: Audio: aac (LC) ([15][0][0][0] / 0x000F), 44100 Hz, stereo, fltp
    Metadata:
      variant_bitrate : 0
    Stream #0:1: Video: h264 (High) ([27][0][0][0] / 0x001B), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], 25 fps, 25 tbr, 90k tbn, 50 tbc
    Metadata:
      variant_bitrate : 0
Output #0, mp4, to 'file:Cap Sud-Ouest Valle de l'Hrault-x1zkths.mp4.part':
  Metadata:
    encoder         : Lavf57.72.101
    Stream #0:0: Video: h264 (High) ([33][0][0][0] / 0x0021), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, 25 fps, 25 tbr, 90k tbn, 90k tbc
    Metadata:
      variant_bitrate : 0
    Stream #0:1: Audio: aac (LC) ([64][0][0][0] / 0x0040), 44100 Hz, stereo, fltp
    Metadata:
      variant_bitrate : 0
Stream mapping:
  Stream #0:1 -> #0:0 (copy)
  Stream #0:0 -> #0:1 (copy)
Press [q] to stop, [?] for help
frame=  135 fps= 14 q=-1.0 Lsize=    5084kB time=00:00:05.54 bitrate=7505.1kbits/s speed=0.558x
video:4973kB audio:105kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.125103%
Exiting normally, received signal 2.

ERROR: Interrupted by user

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants