diff options
author | Sergey M․ <dstftw@gmail.com> | 2019-06-07 23:48:57 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2019-06-07 23:48:57 +0700 |
commit | 2efefddafd1c83a900b091c0051f84a1ba2fcbfa (patch) | |
tree | c28436469fec68fc044438f57b3ff42af52a7ce4 /youtube_dl/extractor/extractors.py | |
parent | bf3c9326634f4a918d0336b2c5f104ac492b5510 (diff) |
[redbulltv:rrn:content] Add extractor (closes #21297)
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r-- | youtube_dl/extractor/extractors.py | 5 |
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, |