1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-04 19:24:35 -04:00

[CBS] Add ParamountPlusSeriesIE (#603)

Authored by: Ashish0804
This commit is contained in:
Ashish
2021-08-02 02:58:47 +05:30
committed by GitHub
parent e7e94f2a5c
commit e8384376c0
2 changed files with 41 additions and 1 deletions

View File

@@ -202,7 +202,10 @@ from .cbc import (
CBCWatchIE,
CBCOlympicsIE,
)
from .cbs import CBSIE
from .cbs import (
CBSIE,
ParamountPlusSeriesIE,
)
from .cbslocal import (
CBSLocalIE,
CBSLocalArticleIE,