diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2015-02-02 21:48:54 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2015-02-02 21:48:54 +0100 |
commit | 8f4b58d70e29df13d6002579b5c9448acc89d6c1 (patch) | |
tree | 887a1e49cee709f58e7773bd5e9f2b73a1768351 /youtube_dl/extractor/ntvru.py | |
parent | 3fd45e03bf86c2ad2ef17362452a9a745dc10755 (diff) |
[ntvde] Add new extractor (Fixes #4850)
Diffstat (limited to 'youtube_dl/extractor/ntvru.py')
-rw-r--r-- | youtube_dl/extractor/ntvru.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/ntvru.py b/youtube_dl/extractor/ntvru.py index 8b9166d48..963bb715a 100644 --- a/youtube_dl/extractor/ntvru.py +++ b/youtube_dl/extractor/ntvru.py @@ -10,6 +10,7 @@ from ..utils import ( class NTVRuIE(InfoExtractor): + IE_NAME = 'ntv.ru' _VALID_URL = r'http://(?:www\.)?ntv\.ru/(?P<id>.+)' _TESTS = [ |