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

youtube-dl & axel on windows #6499

Closed
mbodomi opened this issue Aug 8, 2015 · 1 comment
Closed

youtube-dl & axel on windows #6499

mbodomi opened this issue Aug 8, 2015 · 1 comment

Comments

@mbodomi
Copy link

@mbodomi mbodomi commented Aug 8, 2015

C:\Users\Administrator\Desktop>youtube-dl --external-downloader axel https:
//www.youtube.com/watch?v=5jS4uNxwe2U --verbose
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'--external-downloader', u'axel', u'https://www.you
tube.com/watch?v=5jS4uNxwe2U', u'--verbose']
[debug] Encodings: locale cp1252, fs mbcs, out cp437, pref cp1252
[debug] youtube-dl version 2015.08.06.1
[debug] Python version 2.7.8 - Windows-7-6.1.7600
[debug] exe versions: ffmpeg 2.5.2, ffprobe 2.5.2
[debug] Proxy map: {}
[youtube] 5jS4uNxwe2U: Downloading webpage
[youtube] 5jS4uNxwe2U: Downloading video info webpage
[youtube] 5jS4uNxwe2U: Extracting video information
[youtube] 5jS4uNxwe2U: Downloading DASH manifest
[youtube] 5jS4uNxwe2U: Downloading DASH manifest
WARNING: Requested formats are incompatible for merge and will be merged into mk
v.
Traceback (most recent call last):
  File "__main__.py", line 19, in <module>
  File "youtube_dl\__init__.pyo", line 410, in main
  File "youtube_dl\__init__.pyo", line 400, in _real_main
  File "youtube_dl\YoutubeDL.pyo", line 1653, in download
  File "youtube_dl\YoutubeDL.pyo", line 666, in extract_info
  File "youtube_dl\YoutubeDL.pyo", line 712, in process_ie_result
  File "youtube_dl\YoutubeDL.pyo", line 1323, in process_video_result
  File "youtube_dl\YoutubeDL.pyo", line 1579, in process_info
  File "youtube_dl\YoutubeDL.pyo", line 1522, in dl
  File "youtube_dl\downloader\__init__.pyo", line 35, in get_suitable_downloader

  File "youtube_edl\downloader\external.pyo", line 136, in get_external_downloade
r
KeyError: u'axel'

((stupid linebreaks on screen by default settings on cmd.exe))

I have Axel 2,4 from this site: https://st0rage.org/~n2j3/?page_id=225717166
It's a cygwin build.
Till you 🔨 it: (assuming both axel & youtube-dl exe's in path)

axel $(youtube-dl -g URL)

just works 🆗 in powershell

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Aug 8, 2015

axel is not supported in latest release. You should wait for next release or use version from repository.

@dstftw dstftw closed this Aug 8, 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.