Files
yt-dlp/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
..
2015-12-04 08:44:18 +01:00
2015-02-20 01:19:38 +06:00
2016-04-01 20:43:14 +02:00
2016-02-10 22:39:33 +01:00
2015-04-24 21:47:13 +06:00
2015-01-07 07:37:21 +01:00
2014-12-13 12:35:45 +01:00
2014-12-12 13:03:16 +01:00
2015-12-04 16:18:02 +01:00
2015-09-25 04:45:31 +06:00
2015-09-28 01:17:28 +06:00
2015-02-01 15:08:50 +01:00
2015-01-27 15:38:54 +02:00
2014-11-23 21:39:15 +01:00
2014-11-23 20:41:03 +01:00
2015-09-30 20:06:21 +06:00
2016-01-14 22:12:24 +06:00
2016-01-01 00:42:42 +06:00
2016-03-28 01:21:44 +06:00
2014-09-13 07:09:39 +02:00
2015-11-08 17:03:21 +06:00
2015-12-05 09:42:00 +01:00
2015-12-23 20:49:52 +06:00
2016-01-04 02:33:08 +06:00
2014-12-13 12:35:45 +01:00
2015-11-11 12:00:31 +01:00
2015-07-17 23:49:38 +06:00
2015-07-11 00:57:59 +08:00
2016-03-05 01:51:27 +06:00