diff options
author | Sergey M․ <dstftw@gmail.com> | 2014-04-29 19:41:58 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2014-04-29 19:41:58 +0700 |
commit | 65e4ad5bfefa83e4f57f0844ff7cd8f94f8ffd84 (patch) | |
tree | b8a51e4c6549af6e4be4f74459325bce179bf363 /youtube_dl/extractor/__init__.py | |
parent | 98b7d476d92f7b83c5862395453a4ba47771d890 (diff) |
[rtbf] Minor changes and YouTube videos support
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 a8fef2703..4b53bef5c 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -210,7 +210,7 @@ from .ringtv import RingTVIE from .ro220 import Ro220IE from .rottentomatoes import RottenTomatoesIE from .roxwel import RoxwelIE -from .rtbf import RTBFVideoIE +from .rtbf import RTBFIE from .rtlnow import RTLnowIE from .rts import RTSIE from .rtve import RTVEALaCartaIE |