diff options
author | Yen Chi Hsuan <yan12125@gmail.com> | 2015-05-04 23:00:09 +0800 |
---|---|---|
committer | Yen Chi Hsuan <yan12125@gmail.com> | 2015-05-04 23:03:47 +0800 |
commit | df8418ffcff60c5a90e3138a39959d36cebcee7f (patch) | |
tree | 439ae2ff9ec753ace46ec0544485cf44f6c06c69 /youtube_dl/extractor/__init__.py | |
parent | 50aa43b3ae074781bb7c7ad55a85f54b1fd84146 (diff) |
[nytimes] Extend _VALID_URL (#2754)
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r-- | youtube_dl/extractor/__init__.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index 41af925cc..1c3a46dd8 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -363,7 +363,10 @@ from .nrk import ( ) from .ntvde import NTVDeIE from .ntvru import NTVRuIE -from .nytimes import NYTimesIE +from .nytimes import ( + NYTimesIE, + NYTimesArticleIE, +) from .nuvid import NuvidIE from .odnoklassniki import OdnoklassnikiIE from .oktoberfesttv import OktoberfestTVIE |