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.
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.
8 years ago
..
downloader [downloader/f4m] Extract routine for removing unsupported encrypted media 8 years ago
extractor Add experimental support for lazy loading the info extractors 8 years ago
postprocessor [ffmpeg] try to convert tt subtitles usng dfxp2srt 8 years ago
YoutubeDL.py Delay initialization of InfoExtractors until they are needed 8 years ago
__init__.py [options] Add --fragment-retries option 8 years ago
__main__.py [refactor] Single quotes consistency 8 years ago
aes.py [aes] Switch to new-style classes 8 years ago
cache.py [cache] Fix writing to paths with unicode characters 10 years ago
compat.py [compat] Handle tuples properly in urlencode() 8 years ago
jsinterp.py [jsinterp] Extend function regex (Closes #7900, closes #7901) 9 years ago
options.py Merge pull request #8898 from dstftw/fragment-retries 8 years ago
swfinterp.py Fix typos 8 years ago
update.py [refactor] Single quotes consistency 8 years ago
utils.py [utils] dfxp2srt: add additional namespace 8 years ago
version.py release 2016.04.06 8 years ago