Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
external-downloader error #6519
Comments
|
You are using an outdated version of youtube-dl. Read our FAQ if you have troubles updating. |
|
Hi dstftw $ youtube-dl --proxy 127.0.0.1:9662 --external-downloader axel --external-downloader-args "-n10" --autonumber "0" -o "%(autonumber)s-%(title)s.%(ext)s" http://www.youtube.com/playlist?list=PLLnpHn493BHH5nnK2dKE_42l1oXA6Tq6H -v ERROR: axel exited with code 1 |
|
Absolutely different error. Can you download the URL returned by |
Hi,
Im getting errors with "external-downloader" option enabled using axel (also getting same error using aria2c)
$ youtube-dl --proxy 127.0.0.1:9662 --external-downloader axel --external-downloader-args "-n20" --autonumber "0" -o "%(autonumber)s-%(title)s.%(ext)s" http://www.youtube.com/playlist?list=PLLnpHn493BHH5nnK2dKE_42l1oXA6Tq6H -v
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--proxy', '127.0.0.1:9662', '--external-downloader', 'axel', '--external-downloader-args', '-n20', '--autonumber', '0', '-o', '%(autonumber)s-%(title)s.%(ext)s', 'http://www.youtube.com/playlist?list=PLLnpHn493BHH5nnK2dKE_42l1oXA6Tq6H', '-v']
WARNING: No ssl certificates were loaded, urls that use https won't work
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2015.04.03
[debug] Python version 3.4.1 - Linux-4.0.5-gentoo-x86_64-Intel-R-_Core-TM-i3-3110M_CPU@_2.40GHz-with-gentoo-2.2
[debug] exe versions: ffmpeg 2.6.3, ffprobe 2.6.3
[debug] Proxy map: {'https': '127.0.0.1:9662', 'http': '127.0.0.1:9662'}
[youtube:playlist] PLLnpHn493BHH5nnK2dKE_42l1oXA6Tq6H: Downloading webpage
[download] Downloading playlist: Drupal Tutorials - The Complete Omega 4 Course
[youtube:playlist] playlist Drupal Tutorials - The Complete Omega 4 Course: Collected 23 video ids (downloading 23 of them)
[download] Downloading video 1 of 23
[youtube] 2CM177ldAy8: Downloading webpage
[youtube] 2CM177ldAy8: Extracting video information
[youtube] 2CM177ldAy8: Downloading DASH manifest
Traceback (most recent call last):
File "/usr/bin/youtube-dl", line 6, in
youtube_dl.main()
File "/usr/lib64/python3.4/site-packages/youtube_dl/init.py", line 408, in main
_real_main(argv)
File "/usr/lib64/python3.4/site-packages/youtube_dl/init.py", line 398, in _real_main
retcode = ydl.download(all_urls)
File "/usr/lib64/python3.4/site-packages/youtube_dl/YoutubeDL.py", line 1446, in download
res = self.extract_info(url)
File "/usr/lib64/python3.4/site-packages/youtube_dl/YoutubeDL.py", line 662, in extract_info
return self.process_ie_result(ie_result, download, extra_info)
File "/usr/lib64/python3.4/site-packages/youtube_dl/YoutubeDL.py", line 821, in process_ie_result
extra_info=extra)
File "/usr/lib64/python3.4/site-packages/youtube_dl/YoutubeDL.py", line 715, in process_ie_result
extra_info=extra_info)
File "/usr/lib64/python3.4/site-packages/youtube_dl/YoutubeDL.py", line 662, in extract_info
return self.process_ie_result(ie_result, download, extra_info)
File "/usr/lib64/python3.4/site-packages/youtube_dl/YoutubeDL.py", line 708, in process_ie_result
return self.process_video_result(ie_result, download=download)
File "/usr/lib64/python3.4/site-packages/youtube_dl/YoutubeDL.py", line 1150, in process_video_result
self.process_info(new_info)
File "/usr/lib64/python3.4/site-packages/youtube_dl/YoutubeDL.py", line 1379, in process_info
success = dl(filename, info_dict)
File "/usr/lib64/python3.4/site-packages/youtube_dl/YoutubeDL.py", line 1349, in dl
fd = get_suitable_downloader(info, self.params)(self, self.params)
File "/usr/lib64/python3.4/site-packages/youtube_dl/downloader/init.py", line 33, in get_suitable_downloader
ed = get_external_downloader(external_downloader)
File "/usr/lib64/python3.4/site-packages/youtube_dl/downloader/external.py", line 135, in get_external_downloader
return _BY_NAME[bn]
KeyError: 'axel'