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

Error: https protocol not found, recompile with openssl or gnutls enabled. #12404

Closed
tone87 opened this issue Mar 8, 2017 · 1 comment
Closed

Comments

@tone87
Copy link

@tone87 tone87 commented Mar 8, 2017

i'm trying to download https://www.youtube.com/watch?v=8Psyfbelsnk
this is debug output..
i have a last version and i purge cache with command "youtube-dl --rm-cache-dir".

[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u'--verbose', u'--postprocessor-args', u'-progress /var/www/vhosts/mysitename.com/httpdocs/mp3/data/progress/8Psyfbelsnk.txt', u'--prefer-ffmpeg', u'--extract-audio', u'--audio-format', u'mp3', u'https://www.youtube.com/watch?v=8Psyfbelsnk', u'-o', u'data/%(id)s.%(ext)s']
[debug] Encodings: locale ANSI_X3.4-1968, fs ANSI_X3.4-1968, out None, pref ANSI_X3.4-1968
[debug] youtube-dl version 2017.03.07
[debug] Python version 2.6.6 - Linux-2.6.32-573.8.1.el6.x86_64-x86_64-with-centos-6.8-Final
[debug] exe versions: ffmpeg n2.5.8-1-gaf098ad, ffprobe n2.5.8-1-gaf098ad
[debug] Proxy map: {}
ffmpeg version n2.5.8-1-gaf098ad Copyright (c) 2000-2015 the FFmpeg developers
built on Sep 10 2015 23:03:09 with gcc 4.4.7 (GCC) 20120313 (Red Hat 4.4.7-16)
configuration: --prefix=/root/ffmpeg_build --extra-cflags=-I/root/ffmpeg_build/include --extra-ldflags=-L/root/ffmpeg_build/lib --bindir=/root/bin --extra-libs=-ldl --enable-version3 --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libvpx --enable-libfaac --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libvo-aacenc --enable-libxvid --disable-ffplay --enable-gpl --enable-postproc --enable-nonfree --enable-avfilter --enable-pthreads --arch=x86_64
libavutil 54. 15.100 / 54. 15.100
libavcodec 56. 13.100 / 56. 13.100
libavformat 56. 15.102 / 56. 15.102
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://manifest.googlevideo.com/api/manifest/hls_playlist/id/8Psyfbelsnk.1/itag/95/source/yt_live_broadcast/requiressl/yes/ratebypass/yes/live/1/cmbypass/yes/goi/160/sgoap/gir%3Dyes%3Bitag%3D140/sgovp/gir%3Dyes%3Bitag%3D136/hls_chunk_host/r1---sn-hpa7znsl.googlevideo.com/playlist_type/DVR/gcr/it/mm/32/mn/sn-hpa7znsl/ms/lv/mv/u/pl/18/dover/6/upn/grT7NwqBYUo/mt/1488983856/ip/95.110.233.80/ipbits/0/expire/1489005751/sparams/ip,ipbits,expire,id,itag,source,requiressl,ratebypass,live,cmbypass,goi,sgoap,sgovp,hls_chunk_host,playlist_type,gcr,mm,mn,ms,mv,pl/signature/3753BDF99A634EA1D8C4618F3E0EFE5CA08B2162.5E6C8AB1F5190B7EF6C98821E4776FAB7FC5C65C/key/dg_yt0/playlist/index.m3u8: Protocol not found
ERROR: ffmpeg exited with code 1
File "/usr/lib64/python2.6/runpy.py", line 122, in _run_module_as_main
"main", fname, loader, pkg_name)
File "/usr/lib64/python2.6/runpy.py", line 34, in _run_code
exec code in run_globals
File "/usr/local/bin/youtube-dl/main.py", line 19, in
youtube_dl.main()
File "/usr/local/bin/youtube-dl/youtube_dl/init.py", line 459, in main
_real_main(argv)
File "/usr/local/bin/youtube-dl/youtube_dl/init.py", line 449, in _real_main
retcode = ydl.download(all_urls)
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1883, in download
url, force_generic_extractor=self.params.get('force_generic_extractor', False))
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 772, in extract_info
return self.process_ie_result(ie_result, download, extra_info)
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 826, in process_ie_result
return self.process_video_result(ie_result, download=download)
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1527, in process_video_result
self.process_info(new_info)
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1791, in process_info
success = dl(filename, info_dict)
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1733, in dl
return fd.download(name, info)
File "/usr/local/bin/youtube-dl/youtube_dl/downloader/common.py", line 356, in download
return self.real_download(filename, info_dict)
File "/usr/local/bin/youtube-dl/youtube_dl/downloader/external.py", line 47, in real_download
self.get_basename(), retval))
File "/usr/local/bin/youtube-dl/youtube_dl/downloader/common.py", line 162, in report_error
self.ydl.report_error(*args, **kargs)
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 589, in report_error
self.trouble(error_message, tb)
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 551, in trouble
tb_data = traceback.format_list(traceback.extract_stack())

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Mar 8, 2017

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

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