diff options
author | Remita Amine <remitamine@gmail.com> | 2020-09-12 19:20:53 +0100 |
---|---|---|
committer | Remita Amine <remitamine@gmail.com> | 2020-09-12 19:27:58 +0100 |
commit | 1f7675451c119b67edb486940e1275b096dd47d5 (patch) | |
tree | 890d6aba4a1c1ca1b47dac5db947b427b7737074 /youtube_dl/extractor/extractors.py | |
parent | aa272535567cb372b93fcd4cd24e13bca050437f (diff) | |
download | youtube-dl-1f7675451c119b67edb486940e1275b096dd47d5.tar.gz youtube-dl-1f7675451c119b67edb486940e1275b096dd47d5.tar.bz2 youtube-dl-1f7675451c119b67edb486940e1275b096dd47d5.zip |
[redbulltv] Add support for new redbull.com TV URLs(closes #22037)(closes #22063)
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r-- | youtube_dl/extractor/extractors.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py index 9564465a0..ae7079a6a 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -918,7 +918,9 @@ from .rbmaradio import RBMARadioIE from .rds import RDSIE from .redbulltv import ( RedBullTVIE, + RedBullEmbedIE, RedBullTVRrnContentIE, + RedBullIE, ) from .reddit import ( RedditIE, |