1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2026-05-06 13:43:30 +00:00
Files
youtube-dl/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-02-15 20:59:16 +06:00
2016-04-01 20:43:14 +02:00
2016-02-14 15:37:17 +06:00
2016-03-05 21:34:34 +01:00
2016-02-14 15:37:17 +06:00
2016-02-10 22:39:33 +01:00
2016-03-25 15:43:29 +08:00
2016-02-20 14:11:44 +01:00
2015-04-04 17:53:22 +06:00
2015-05-06 21:39:53 +06:00
2016-02-14 14:02:12 +06:00
2016-03-18 21:18:18 +01:00
2016-02-27 02:55:11 +08:00
2016-02-26 14:26:26 +08:00
2016-02-14 15:37:17 +06:00
2016-03-01 01:24:26 +06:00
2016-03-12 22:52:53 +01:00
2016-03-25 03:26:29 +06:00
2016-04-01 16:22:06 +01:00
2014-11-23 20:41:03 +01:00
2016-03-30 21:18:07 +01:00
2015-07-10 00:27:44 +06:00
2014-11-23 20:41:03 +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-02-11 22:02:57 +06:00
2015-09-18 21:01:55 +06:00
2016-03-28 01:21:44 +06:00
2016-03-15 00:49:23 +01:00
2014-03-29 14:57:44 +01:00
2016-02-14 15:37:17 +06:00
2015-02-01 15:18:52 +01:00
2016-02-14 15:37:17 +06:00
2016-02-14 15:37:17 +06:00
2016-03-15 19:33:09 +01:00
2014-09-12 23:22:07 +07: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-02-25 21:30:19 +06:00
2016-02-26 15:14:13 +08:00
2016-02-14 15:37:17 +06:00
2016-03-17 17:48:17 +01:00
2015-01-11 15:25:29 +06:00
2016-03-05 01:51:27 +06:00
2016-04-04 20:44:06 +02:00