diff options
author | Elyse <26639800+elyse0@users.noreply.github.com> | 2022-08-08 16:11:47 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-09 02:41:47 +0530 |
commit | 2a5e5477bcb70d62de20556924a405857d071e09 (patch) | |
tree | 3fa6f36ae7028827e60f6ab4ae54be3270142105 /yt_dlp/extractor/_extractors.py | |
parent | e251986cbe7c62a7bef02a1a32bae21dff25565e (diff) | |
download | hypervideo-pre-2a5e5477bcb70d62de20556924a405857d071e09.tar.lz hypervideo-pre-2a5e5477bcb70d62de20556924a405857d071e09.tar.xz hypervideo-pre-2a5e5477bcb70d62de20556924a405857d071e09.zip |
[extractor/redbee] Unify and update extractors (#4479)
Closes #4443
Authored by: elyse0
Diffstat (limited to 'yt_dlp/extractor/_extractors.py')
-rw-r--r-- | yt_dlp/extractor/_extractors.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/yt_dlp/extractor/_extractors.py b/yt_dlp/extractor/_extractors.py index 0bb685fa2..73795ddc5 100644 --- a/yt_dlp/extractor/_extractors.py +++ b/yt_dlp/extractor/_extractors.py @@ -1236,7 +1236,6 @@ from .paramountplus import ( ParamountPlusIE, ParamountPlusSeriesIE, ) -from .parliamentliveuk import ParliamentLiveUKIE from .parlview import ParlviewIE from .patreon import ( PatreonIE, @@ -1407,6 +1406,7 @@ from .rcti import ( RCTIPlusTVIE, ) from .rds import RDSIE +from .redbee import ParliamentLiveUKIE, RTBFIE from .redbulltv import ( RedBullTVIE, RedBullEmbedIE, @@ -1440,7 +1440,6 @@ from .rokfin import ( from .roosterteeth import RoosterTeethIE, RoosterTeethSeriesIE from .rottentomatoes import RottenTomatoesIE from .rozhlas import RozhlasIE -from .rtbf import RTBFIE from .rte import RteIE, RteRadioIE from .rtlnl import ( RtlNlIE, |