You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
youtube-dl/youtube_dl
Jaime Marquínez Ferrándiz 779822d945 Add experimental support for lazy loading the info extractors
'make lazy-extractors' creates the youtube_dl/extractor/lazy_extractors.py (imported by youtube_dl/extractor/__init__.py), which contains simplified classes that only have the 'suitable' class method and that load the appropiate class with the '__new__' method when a instance is created.
9 years ago
..
downloader
extractor Add experimental support for lazy loading the info extractors 9 years ago
postprocessor
YoutubeDL.py Delay initialization of InfoExtractors until they are needed 9 years ago
__init__.py
__main__.py
aes.py
cache.py
compat.py [compat] Handle tuples properly in urlencode() 9 years ago
jsinterp.py
options.py
swfinterp.py
update.py
utils.py
version.py release 2016.04.06 9 years ago