fnord bce3fcd786 Load additional extractor module .py files placed in ~/.config/youtube-dl/modules (or equivalent), or path set by --module-dir option
Modules can simply be placed in the directory without editing an __init__.py

Modules are written as normal extractor modules and require no changes,
(ie from .common import InfoExtractor, etc) as they're loaded into
the youtube_dl.extractor. namespace
2015-07-13 09:21:33 -05:00
..
2015-05-22 00:06:10 +06:00
2015-07-10 18:58:12 +08:00
2015-02-18 10:47:42 +01:00
2014-12-13 12:35:45 +01:00
2015-07-07 10:36:07 +02:00