aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/_extractors.py
diff options
context:
space:
mode:
authorbashonly <88596187+bashonly@users.noreply.github.com>2023-05-29 05:07:35 -0500
committerGitHub <noreply@github.com>2023-05-29 10:07:35 +0000
commitf6e43d6fa9804c24525e1fed0a87782754dab7ed (patch)
treea8c35b68f5cd1198b05b4b105e3dad8a55a93198 /yt_dlp/extractor/_extractors.py
parentfd5d93f7040f9776fd541f4e4079dad7d3b3fb4f (diff)
downloadhypervideo-pre-f6e43d6fa9804c24525e1fed0a87782754dab7ed.tar.lz
hypervideo-pre-f6e43d6fa9804c24525e1fed0a87782754dab7ed.tar.xz
hypervideo-pre-f6e43d6fa9804c24525e1fed0a87782754dab7ed.zip
[extractor/cbsnews] Overhaul extractors (#6681)
Closes #6565 Authored by: bashonly
Diffstat (limited to 'yt_dlp/extractor/_extractors.py')
-rw-r--r--yt_dlp/extractor/_extractors.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/yt_dlp/extractor/_extractors.py b/yt_dlp/extractor/_extractors.py
index 07249bba6..31af6bd3f 100644
--- a/yt_dlp/extractor/_extractors.py
+++ b/yt_dlp/extractor/_extractors.py
@@ -313,14 +313,14 @@ from .cbs import (
CBSIE,
ParamountPressExpressIE,
)
-from .cbslocal import (
- CBSLocalIE,
- CBSLocalArticleIE,
-)
from .cbsinteractive import CBSInteractiveIE
from .cbsnews import (
CBSNewsEmbedIE,
CBSNewsIE,
+ CBSLocalIE,
+ CBSLocalArticleIE,
+ CBSLocalLiveIE,
+ CBSNewsLiveIE,
CBSNewsLiveVideoIE,
)
from .cbssports import (