diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2015-02-02 20:43:02 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2015-02-02 20:43:02 +0100 |
commit | 3fd45e03bf86c2ad2ef17362452a9a745dc10755 (patch) | |
tree | 7d970f399997379583fedd25c7c2bc3070ed8dba /youtube_dl/extractor/__init__.py | |
parent | 869b4aeff4239b02ff8f699741902fe7f91b999a (diff) |
[ntvru] Rename from NTV to clarify the difference between n-tv.de and ntv.ru
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r-- | youtube_dl/extractor/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index dabf86ec8..bd707e028 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -317,7 +317,7 @@ from .nrk import ( NRKIE, NRKTVIE, ) -from .ntv import NTVIE +from .ntvru import NTVRuIE from .nytimes import NYTimesIE from .nuvid import NuvidIE from .oktoberfesttv import OktoberfestTVIE |