aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/extractors.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/extractors.py')
-rw-r--r--yt_dlp/extractor/extractors.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/yt_dlp/extractor/extractors.py b/yt_dlp/extractor/extractors.py
index c0c613e14..e12121073 100644
--- a/yt_dlp/extractor/extractors.py
+++ b/yt_dlp/extractor/extractors.py
@@ -202,7 +202,10 @@ from .cbc import (
CBCWatchIE,
CBCOlympicsIE,
)
-from .cbs import CBSIE
+from .cbs import (
+ CBSIE,
+ ParamountPlusSeriesIE,
+)
from .cbslocal import (
CBSLocalIE,
CBSLocalArticleIE,