diff options
author | Sergey M․ <dstftw@gmail.com> | 2017-03-04 23:25:09 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2017-03-04 23:28:21 +0700 |
commit | 054a587de8fe2860bcb93a19f8c628b4ddd9ad56 (patch) | |
tree | fd4f5664d20f5a2ac962c6e9900198c2d2c42cbe /youtube_dl/extractor/extractors.py | |
parent | 64b7ccef3e3144a50f2cc01772a5ea5e81d4494d (diff) |
[redbulltv] Improve extraction (closes #11948, closes #3919)
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r-- | youtube_dl/extractor/extractors.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py index e42a069b5..caf1dc766 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -793,7 +793,7 @@ from .rai import ( ) from .rbmaradio import RBMARadioIE from .rds import RDSIE -from .redbull import RedBullIE +from .redbulltv import RedBullTVIE from .redtube import RedTubeIE from .regiotv import RegioTVIE from .rentv import ( |