diff options
| author | rzhxeo <rzhxeo@users.noreply.github.com> | 2013-08-18 08:16:53 +0200 | 
|---|---|---|
| committer | rzhxeo <rzhxeo@users.noreply.github.com> | 2013-08-18 08:16:53 +0200 | 
| commit | 01b32990da992a5f271532e7408f4c6d546e162c (patch) | |
| tree | 0c48e9b42ea924789aa47b40a48832406dc22c29 | |
| parent | dbda1b51473ddc452d75bc1e98b3edabf4a7f5e8 (diff) | |
Add RTLnow extractor
| -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 84c02c2ed..5bb44e764 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -56,6 +56,7 @@ from .rbmaradio import RBMARadioIE  from .redtube import RedTubeIE  from .ringtv import RingTVIE  from .roxwel import RoxwelIE +from .rtlnow import RTLnowIE  from .sina import SinaIE  from .soundcloud import SoundcloudIE, SoundcloudSetIE  from .spiegel import SpiegelIE  | 
