aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/extractors.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2019-06-07 23:48:57 +0700
committerSergey M․ <dstftw@gmail.com>2019-06-07 23:48:57 +0700
commit2efefddafd1c83a900b091c0051f84a1ba2fcbfa (patch)
treec28436469fec68fc044438f57b3ff42af52a7ce4 /youtube_dl/extractor/extractors.py
parentbf3c9326634f4a918d0336b2c5f104ac492b5510 (diff)
downloadyoutube-dl-2efefddafd1c83a900b091c0051f84a1ba2fcbfa.tar.xz
[redbulltv:rrn:content] Add extractor (closes #21297)
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r--youtube_dl/extractor/extractors.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py
index 711d3f402..b1ed8a4b2 100644
--- a/youtube_dl/extractor/extractors.py
+++ b/youtube_dl/extractor/extractors.py
@@ -938,7 +938,10 @@ from .raywenderlich import (
)
from .rbmaradio import RBMARadioIE
from .rds import RDSIE
-from .redbulltv import RedBullTVIE
+from .redbulltv import (
+ RedBullTVIE,
+ RedBullTVRrnContentIE,
+)
from .reddit import (
RedditIE,
RedditRIE,