diff options
author | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2016-02-10 14:01:31 +0100 |
---|---|---|
committer | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2016-04-08 21:50:07 +0200 |
commit | 779822d945dc7ebba7062ac9a5e760d21a7f362a (patch) | |
tree | 67249610d26b853a462467c2f46ac3117a350d15 /youtube_dl/extractor/twitch.py | |
parent | 1b3d5e05a824f880f1171eb840235e13cd8848dc (diff) |
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.
Diffstat (limited to 'youtube_dl/extractor/twitch.py')
0 files changed, 0 insertions, 0 deletions