summary refs log tree commit diff
diff options
context:
space:
mode:
authorrzhxeo <rzhxeo@users.noreply.github.com>2013-08-18 08:16:53 +0200
committerrzhxeo <rzhxeo@users.noreply.github.com>2013-08-18 08:16:53 +0200
commit01b32990da992a5f271532e7408f4c6d546e162c (patch)
tree0c48e9b42ea924789aa47b40a48832406dc22c29
parentdbda1b51473ddc452d75bc1e98b3edabf4a7f5e8 (diff)
downloadyoutube-dl-01b32990da992a5f271532e7408f4c6d546e162c.tar.gz
youtube-dl-01b32990da992a5f271532e7408f4c6d546e162c.tar.xz
youtube-dl-01b32990da992a5f271532e7408f4c6d546e162c.zip
Add RTLnow extractor
-rw-r--r--youtube_dl/extractor/__init__.py1
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