diff options
| author | Sergey M․ <dstftw@gmail.com> | 2014-05-01 21:15:25 +0700 | 
|---|---|---|
| committer | Sergey M․ <dstftw@gmail.com> | 2014-05-01 21:15:25 +0700 | 
| commit | b8b01bb92ad5399e655c0756a74902aefe7bc6a7 (patch) | |
| tree | b628b61abac8c972db5373ef65e3985ad8a7d68e /youtube_dl/extractor/__init__.py | |
| parent | eb451334514d77b3e0fd7a63ea99c7c266199ef8 (diff) | |
[newstube] Add support for newstube.ru (Closes #2814)
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 e27cd2d2d..09209a739 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -180,6 +180,7 @@ from .nbc import (  from .ndr import NDRIE  from .ndtv import NDTVIE  from .newgrounds import NewgroundsIE +from .newstube import NewstubeIE  from .nfb import NFBIE  from .nhl import NHLIE, NHLVideocenterIE  from .niconico import NiconicoIE  | 
