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.
make lazy_extractors fails #14166
make lazy_extractors fails #14166
Comments
|
I'm getting a different error. I've been trying different versions to make, but they all fail with the same error for me. $ make lazy-extractors |
Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2017.09.10. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
The following sections concretize particular purposed issues, you can erase any section (the contents between triple ---) not applicable to your issue
Description of your issue, suggested solution and other information
$ make lazy-extractors && make youtube-dl
/usr/bin/env python devscripts/make_lazy_extractors.py youtube_dl/extractor/lazy_extractors.py
WARNING: Lazy loading extractors is an experimental feature that may not always work
Traceback (most recent call last):
File "devscripts/make_lazy_extractors.py", line 89, in
src = build_lazy_ie(ie, name)
File "devscripts/make_lazy_extractors.py", line 56, in build_lazy_ie
if ie.suitable.func is not InfoExtractor.suitable.func:
AttributeError: 'function' object has no attribute 'func'
make: *** [youtube_dl/extractor/lazy_extractors.py] Error 1