diff options
author | Unknown <blackjack4494@web.de> | 2020-09-14 12:54:54 +0200 |
---|---|---|
committer | Unknown <blackjack4494@web.de> | 2020-09-14 12:54:54 +0200 |
commit | 1985f657e5df8529444d7f3b6726b07bae202506 (patch) | |
tree | 1c26923c100d36910a66dd9c8ee3897d7e8e8fc7 /youtube_dlc/extractor/extractors.py | |
parent | 0e0b56a2909f3c7191b6d276c1e751c94d6faafe (diff) | |
parent | e69dd7809034c0bec432438e2aa96b70fdea8294 (diff) | |
download | hypervideo-pre-1985f657e5df8529444d7f3b6726b07bae202506.tar.lz hypervideo-pre-1985f657e5df8529444d7f3b6726b07bae202506.tar.xz hypervideo-pre-1985f657e5df8529444d7f3b6726b07bae202506.zip |
Merge branch 'ytdl-org-master'
Diffstat (limited to 'youtube_dlc/extractor/extractors.py')
-rw-r--r-- | youtube_dlc/extractor/extractors.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/youtube_dlc/extractor/extractors.py b/youtube_dlc/extractor/extractors.py index af1bc6e31..b971ace0a 100644 --- a/youtube_dlc/extractor/extractors.py +++ b/youtube_dlc/extractor/extractors.py @@ -935,7 +935,9 @@ from .rbmaradio import RBMARadioIE from .rds import RDSIE from .redbulltv import ( RedBullTVIE, + RedBullEmbedIE, RedBullTVRrnContentIE, + RedBullIE, ) from .reddit import ( RedditIE, |