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

Dailymotion not working anymore #23234

Closed
christopherosko opened this issue Nov 27, 2019 · 1 comment
Closed

Dailymotion not working anymore #23234

christopherosko opened this issue Nov 27, 2019 · 1 comment
Labels

Comments

@christopherosko
Copy link

@christopherosko christopherosko commented Nov 27, 2019

Checklist

  • [x ] I'm reporting a broken site support
  • [ x] I've verified that I'm running youtube-dl version 2019.11.22
  • [x ] I've checked that all provided URLs are alive and playable in a browser
  • [x ] I've checked that all URLs and arguments with special characters are properly quoted or escaped
  • [ x] I've searched the bugtracker for similar issues including closed ones

Verbose log

[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u'-v', u'http://www.dailymotion.com/video/x7og3o8', u'-f', u'best']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2019.11.22
[debug] Python version 2.7.12 (CPython) - Linux-4.4.0-71-generic-x86_64-with-Ubuntu-16.04-xenial
[debug] exe versions: ffmpeg git-2014-12-04-43f56cd-static
[debug] Proxy map: {}
[dailymotion] x7og3o8: Downloading webpage
[dailymotion] x7og3o8: Downloading metadata JSON
[dailymotion] x7og3o8: Downloading m3u8 information
[debug] Invoking downloader on u'https://proxy-024.ix7.dailymotion.com/sec(zvUbbWr2oKyjb9WcqKTKNRw8W8o_kouiOO-BuAztpR_aFXgUrODjTlZvT9oig4hHc-igCIoEFpK2kovNMuasgc65SkGUHNrN8d9WpbkNf7A)/video/272/523/464325272_mp4_h264_aac_fhd.m3u8'
[download] Destination: Amélie Neten  - elle offre une paire de Balenciaga à son fils Hugo, âgé de 7 ans-x7og3o8.mp4
[debug] ffmpeg command line: ffmpeg -y -loglevel verbose -headers 'Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip, deflate
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3628.0 Safari/537.36
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Cookie: dmvk=5dde4df0b3b63; ts=707849; v1st=5DE341551F62C187A585249B4BE17671
' -i 'https://proxy-024.ix7.dailymotion.com/sec(zvUbbWr2oKyjb9WcqKTKNRw8W8o_kouiOO-BuAztpR_aFXgUrODjTlZvT9oig4hHc-igCIoEFpK2kovNMuasgc65SkGUHNrN8d9WpbkNf7A)/video/272/523/464325272_mp4_h264_aac_fhd.m3u8' -c copy -f mp4 '-bsf:a' aac_adtstoasc 'file:Amélie Neten  - elle offre une paire de Balenciaga à son fils Hugo, âgé de 7 ans-x7og3o8.mp4.part'
ffmpeg version git-2014-12-04-43f56cd-static Copyright (c) 2000-2014 the FFmpeg developers
  built on Dec  4 2014 18:06:02 with gcc 4.8 (Ubuntu 4.8.2-19ubuntu1)
  configuration: --prefix=/home/patrick/ffmpeg-static/target --extra-cflags='-I/home/patrick/ffmpeg-static/target/include -static' --extra-ldflags='-L/home/patrick/ffmpeg-static/target/lib -lm -static' --extra-version=static --disable-debug --disable-shared --enable-static --extra-cflags=--static --disable-ffplay --disable-ffserver --disable-doc --enable-gpl --enable-pthreads --enable-postproc --enable-gray --enable-runtime-cpudetect --enable-libfdk-aac --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libxvid --enable-bzlib --enable-zlib --enable-nonfree --enable-version3 --enable-libvpx --disable-devices
  libavutil      54. 15.100 / 54. 15.100
  libavcodec     56. 13.100 / 56. 13.100
  libavformat    56. 15.101 / 56. 15.101
  libavdevice    56.  3.100 / 56.  3.100
  libavfilter     5.  2.103 /  5.  2.103
  libswscale      3.  1.101 /  3.  1.101
  libswresample   1.  1.100 /  1.  1.100
  libpostproc    53.  3.100 / 53.  3.100
https protocol not found, recompile with openssl or gnutls enabled.
https://proxy-024.ix7.dailymotion.com/sec(zvUbbWr2oKyjb9WcqKTKNRw8W8o_kouiOO-BuAztpR_aFXgUrODjTlZvT9oig4hHc-igCIoEFpK2kovNMuasgc65SkGUHNrN8d9WpbkNf7A)/video/272/523/464325272_mp4_h264_aac_fhd.m3u8: Protocol not found


ERROR: ffmpeg exited with code 1
  File "/usr/lib/python2.7/runpy.py", line 174, in _run_module_as_main
    "__main__", fname, loader, pkg_name)
  File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
    exec code in run_globals
  File "/usr/local/bin/youtube-dl/__main__.py", line 19, in <module>
    youtube_dl.main()
  File "/usr/local/bin/youtube-dl/youtube_dl/__init__.py", line 474, in main
    _real_main(argv)
  File "/usr/local/bin/youtube-dl/youtube_dl/__init__.py", line 464, in _real_main
    retcode = ydl.download(all_urls)
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 2018, in download
    url, force_generic_extractor=self.params.get('force_generic_extractor', False))
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 807, in extract_info
    return self.process_ie_result(ie_result, download, extra_info)
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 862, in process_ie_result
    return self.process_video_result(ie_result, download=download)
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1643, in process_video_result
    self.process_info(new_info)
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1925, in process_info
    success = dl(filename, info_dict)
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1864, in dl
    return fd.download(name, info)
  File "/usr/local/bin/youtube-dl/youtube_dl/downloader/common.py", line 366, in download
    return self.real_download(filename, info_dict)
  File "/usr/local/bin/youtube-dl/youtube_dl/downloader/external.py", line 64, in real_download
    self.get_basename(), retval))
  File "/usr/local/bin/youtube-dl/youtube_dl/downloader/common.py", line 165, in report_error
    self.ydl.report_error(*args, **kargs)
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 624, in report_error
    self.trouble(error_message, tb)
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 586, in trouble
    tb_data = traceback.format_list(traceback.extract_stack())

Description

It seems Dailymotion made changes to their video formats (i think they proposed mp4 and hls by the past, and now only hls), and we can't get their videos anymore.

@remitamine
Copy link
Collaborator

@remitamine remitamine commented Nov 27, 2019

https protocol not found, recompile with openssl or gnutls enabled.

use an FFmpeg executable with https support.

i think they proposed mp4 and hls by the past, and now only hls

both formats will be available again in the next release.

@remitamine remitamine closed this Nov 27, 2019
@remitamine remitamine added the invalid label Nov 27, 2019
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.