diff options
author | Sergey M․ <dstftw@gmail.com> | 2014-05-03 02:28:38 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2014-05-03 02:28:38 +0700 |
commit | d664de44b70e45a6a1764c372c49839ea4769ba2 (patch) | |
tree | 7a6e962df60db8610440def9c31345b0a5806942 /youtube_dl/extractor/__init__.py | |
parent | bbe99d26ecf148390a4c5740ccd9ab86bd108cd5 (diff) |
[nytimes] Add support for nytimes.com (Closes #2846)
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r-- | youtube_dl/extractor/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index 09209a739..cf01d813f 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -192,6 +192,7 @@ from .nowness import NownessIE from .nowvideo import NowVideoIE from .nrk import NRKIE from .ntv import NTVIE +from .nytimes import NYTimesIE from .oe1 import OE1IE from .ooyala import OoyalaIE from .orf import ORFIE |