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.
7/18 version completely broken #6289
Comments
|
This is already fixed and will be available in the next version. |
Observe:
% youtube-dl.py -U
Updating to version 2015.07.18 ...
Updated youtube-dl. Restart youtube-dl to use the new version.
% youtube-dl.py --version
Traceback (most recent call last):
File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"main", fname, loader, pkg_name)
File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/usr/local/bin/youtube-dl.py/main.py", line 16, in
File "/usr/local/bin/youtube-dl.py/youtube_dl/init.py", line 16, in
File "/usr/local/bin/youtube-dl.py/youtube_dl/options.py", line 8, in
File "/usr/local/bin/youtube-dl.py/youtube_dl/downloader/init.py", line 3, in
File "/usr/local/bin/youtube-dl.py/youtube_dl/downloader/common.py", line 8, in
File "/usr/local/bin/youtube-dl.py/youtube_dl/compat.py", line 82, in
AttributeError: 'module' object has no attribute '_asciire'
%
Tested on Linux (raspberry pi) and OSX with same results.
Previous version (2015.07.07) works fine.