aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/extractors.py
diff options
context:
space:
mode:
authorRemita Amine <remitamine@gmail.com>2020-09-12 19:20:53 +0100
committerRemita Amine <remitamine@gmail.com>2020-09-12 19:27:58 +0100
commit1f7675451c119b67edb486940e1275b096dd47d5 (patch)
tree890d6aba4a1c1ca1b47dac5db947b427b7737074 /youtube_dl/extractor/extractors.py
parentaa272535567cb372b93fcd4cd24e13bca050437f (diff)
downloadyoutube-dl-1f7675451c119b67edb486940e1275b096dd47d5.tar.xz
[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.py2
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,