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

Unable to download videos from Dailymotion #17655

Closed
Frakasat opened this issue Sep 24, 2018 · 2 comments
Closed

Unable to download videos from Dailymotion #17655

Frakasat opened this issue Sep 24, 2018 · 2 comments

Comments

@Frakasat
Copy link

@Frakasat Frakasat commented Sep 24, 2018

Please follow the guide below

  • You will be asked some questions and requested to provide some information, please read them carefully and answer honestly
  • Put an x into all the boxes [ ] relevant to your issue (like this: [x])
  • Use the Preview tab to see what your issue will actually look like

Make sure you are using the latest version: run youtube-dl --version and ensure your version is 2018.09.18. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.

  • I've verified and I assure that I'm running youtube-dl 2018.09.18

Before submitting an issue make sure you have:

  • At least skimmed through the README, most notably the FAQ and BUGS sections
  • Searched the bugtracker for similar issues including closed ones
  • Checked that provided video/audio/playlist URLs (if any) are alive and playable in a browser

What is the purpose of your issue?

  • Bug report (encountered problems with youtube-dl)
  • Site support request (request for adding support for a new site)
  • Feature request (request for a new functionality)
  • Question
  • Other

The following sections concretize particular purposed issues, you can erase any section (the contents between triple ---) not applicable to your issue


If the purpose of this issue is a bug report, site support request or you are not completely sure provide the full verbose output as follows:

Add the -v flag to your command line you run youtube-dl with (youtube-dl -v <your command line>), copy the whole output and insert it here. It should look similar to one below (replace it with your log inserted between triple ```):

[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-o', '\\video\\%(title)s.%(ext)s', '-v', '--ffmpeg-location', 'libav', 'https://www.dailymotion.com/video/xiu97m']
[debug] Encodings: locale cp1252, fs mbcs, out cp850, pref cp1252
[debug] youtube-dl version 2018.09.18
[debug] Python version 3.4.4 (CPython) - Windows-10-10.0.17134
[debug] exe versions: avconv v13_dev0-1440-g34c1133, avprobe v13_dev0-1440-g34c1133
[debug] Proxy map: {}
[dailymotion] xiu97m: Downloading webpage
[dailymotion] xiu97m: Downloading m3u8 information
[dailymotion] xiu97m: Downloading m3u8 information
[dailymotion] xiu97m: Downloading m3u8 information
[dailymotion] xiu97m: Downloading m3u8 information
[dailymotion] xiu97m: Downloading m3u8 information
[debug] Default format spec: bestvideo+bestaudio/best
[debug] Invoking downloader on 'https://proxy-046.dc3.dailymotion.com/sec(xc5d37f6504de9608f5daa0f5ba92620)/p/video/607/446/31644706_mp4_h264_aac_hd.m3u8'
[download] Destination: video\Le Visiteur du Futur - 2x13.mp4
[debug] avconv command line: "libav\avconv" -y -loglevel verbose -headers "Accept-Language: en-us,en;q=0.5
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:59.0) Gecko/20100101 Firefox/59.0
Cookie: dmvk=5ba8b9e504f3e; ts=953125; v1st=AA0DB3773576187DD3E8A748AB87B37D
Accept-Encoding: gzip, deflate
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
" -i "https://proxy-046.dc3.dailymotion.com/sec(xc5d37f6504de9608f5daa0f5ba92620)/p/video/607/446/31644706_mp4_h264_aac_hd.m3u8" -c copy -f mp4 "file:video\Le Visiteur du Futur - 2x13.mp4.part"
avconv version v13_dev0-1440-g34c1133, Copyright (c) 2000-2018 the Libav developers
  built on Jan  8 2018 22:33:29 with gcc 4.8.3 (Gentoo 4.8.3 p1.1, pie-0.5.9)
  configuration: --cross-prefix=x86_64-w64-mingw32- --arch=x86_64 --sysroot=/usr/x86_64-w64-mingw32/ --extra-cflags='-static-libgcc -static-libstdc++' --extra-ldflags='-static-libgcc -static-libstdc++' --target-os=mingw32 --enable-runtime-cpudetect --enable-cross-compile --enable-w32threads --prefix=/usr --enable-libmfx --enable-libopus --enable-libvorbis --enable-libvpx --enable-version3 --enable-libvo-aacenc --enable-gpl --enable-libx264 --enable-libmp3lame --enable-shared
  libavutil     56.  7. 0 / 56.  7. 0
  libavcodec    58.  8. 0 / 58.  8. 0
  libavformat   58.  1. 0 / 58.  1. 0
  libavdevice   57.  0. 2 / 57.  0. 2
  libavfilter    7.  0. 0 /  7.  0. 0
  libavresample  4.  0. 0 /  4.  0. 0
  libswscale     5.  0. 0 /  5.  0. 0
https://proxy-046.dc3.dailymotion.com/sec(xc5d37f6504de9608f5daa0f5ba92620)/p/video/607/446/31644706_mp4_h264_aac_hd.m3u8: Protocol not found


ERROR: ffmpeg exited with code 1
  File "__main__.py", line 19, in <module>
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpipjeparb\build\youtube_dl\__init__.py", line 472, in main
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpipjeparb\build\youtube_dl\__init__.py", line 462, in _real_main
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpipjeparb\build\youtube_dl\YoutubeDL.py", line 2001, in download
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpipjeparb\build\youtube_dl\YoutubeDL.py", line 803, in extract_info
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpipjeparb\build\youtube_dl\YoutubeDL.py", line 857, in process_ie_result
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpipjeparb\build\youtube_dl\YoutubeDL.py", line 1635, in process_video_result
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpipjeparb\build\youtube_dl\YoutubeDL.py", line 1908, in process_info
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpipjeparb\build\youtube_dl\YoutubeDL.py", line 1847, in dl
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpipjeparb\build\youtube_dl\downloader\common.py", line 364, in download
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpipjeparb\build\youtube_dl\downloader\external.py", line 64, in real_download
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpipjeparb\build\youtube_dl\downloader\common.py", line 165, in report_error
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpipjeparb\build\youtube_dl\YoutubeDL.py", line 620, in report_error
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpipjeparb\build\youtube_dl\YoutubeDL.py", line 582, in trouble

Description of your issue, suggested solution and other information

I'm unable to download videos from Dailymotion site. I tried with many videos none has worked.

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Sep 24, 2018

avconv built without https support.

@Frakasat
Copy link
Author

@Frakasat Frakasat commented Sep 24, 2018

So I should learn how to build myself Libav from sources with http support ? Because at the moment I use binaries from Windows download section of the Libav website.

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.