Files
youtube-dlc/youtube_dl/extractor
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.
2016-04-08 21:50:07 +02:00
..
2016-04-01 20:42:19 +02:00
2016-04-07 22:40:35 +06:00
2016-04-01 20:43:14 +02:00
2016-03-25 15:43:29 +08:00
2016-03-25 03:26:29 +06:00
2016-04-01 16:22:06 +01:00
2016-03-30 21:18:07 +01:00
2016-04-02 18:57:15 +01:00
2016-03-25 19:51:28 +06:00
2016-03-20 16:49:44 +08:00
2016-03-28 01:21:44 +06:00
2016-04-02 10:57:57 +01:00
2016-04-09 00:27:24 +06:00
2016-04-02 10:57:57 +01:00
2016-04-04 20:44:06 +02:00