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 download doesnt work #7172

Closed
peterlazar1993 opened this issue Oct 14, 2015 · 4 comments
Closed

youtube download doesnt work #7172

peterlazar1993 opened this issue Oct 14, 2015 · 4 comments

Comments

@peterlazar1993
Copy link

youtube-dl -v https://www.youtube.com/watch?v=x7cQ3mrcKaY
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'-v', u'https://www.youtube.com/watch?v=x7cQ3mrcKaY']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2015.10.13
[debug] Git HEAD: ee13a27
[debug] Python version 2.7.10 - Darwin-15.0.0-x86_64-i386-64bit
Traceback (most recent call last):
File "/usr/local/bin/youtube-dl", line 11, in
sys.exit(main())
File "/usr/local/lib/python2.7/site-packages/youtube_dl/init.py", line 410, in main
_real_main(argv)
File "/usr/local/lib/python2.7/site-packages/youtube_dl/init.py", line 377, in _real_main
with YoutubeDL(ydl_opts) as ydl:
File "/usr/local/lib/python2.7/site-packages/youtube_dl/YoutubeDL.py", line 340, in init
self.print_debug_header()
File "/usr/local/lib/python2.7/site-packages/youtube_dl/YoutubeDL.py", line 1911, in print_debug_header
exe_versions = FFmpegPostProcessor.get_versions(self)
File "/usr/local/lib/python2.7/site-packages/youtube_dl/postprocessor/ffmpeg.py", line 51, in get_versions
return FFmpegPostProcessor(downloader)._versions
File "/usr/local/lib/python2.7/site-packages/youtube_dl/postprocessor/ffmpeg.py", line 35, in init
self._determine_executables()
File "/usr/local/lib/python2.7/site-packages/youtube_dl/postprocessor/ffmpeg.py", line 91, in _determine_executables
(p, get_exe_version(p, args=['-version'])) for p in programs)
File "/usr/local/lib/python2.7/site-packages/youtube_dl/postprocessor/ffmpeg.py", line 91, in
(p, get_exe_version(p, args=['-version'])) for p in programs)
File "/usr/local/lib/python2.7/site-packages/youtube_dl/utils.py", line 1471, in get_exe_version
stdout=subprocess.PIPE, stderr=subprocess.STDOUT).communicate()
File "/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 710, in init
errread, errwrite)
File "/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 1334, in _execute_child
child_exception = pickle.loads(data)
File "/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pickle.py", line 1382, in loads
return Unpickler(file).load()
File "/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pickle.py", line 858, in load
dispatchkey
File "/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pickle.py", line 966, in load_string
raise ValueError, "insecure string pickle"
ValueError: insecure string pickle

@dstftw
Copy link
Collaborator

dstftw commented Oct 14, 2015

See #6840.

@peterlazar1993
Copy link
Author

@dstftw thank you :)

@dstftw
Copy link
Collaborator

dstftw commented Oct 14, 2015

Close the issue if that solved your problem.

@richiecannizzo
Copy link

brew install libav
Should fix it instantly on mac or

sudo apt-get install libav
#on linux

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants