1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-31 14:45:14 +00:00

[extractor/cbs] Add ParamountPressExpress extractor (#6604)

Closes #6597
Authored by: bashonly
This commit is contained in:
bashonly
2023-03-23 11:18:42 -05:00
committed by GitHub
parent c2e0fc40a7
commit 44369c9afa
3 changed files with 121 additions and 3 deletions

View File

@@ -298,7 +298,10 @@ from .cbc import (
CBCGemPlaylistIE,
CBCGemLiveIE,
)
from .cbs import CBSIE
from .cbs import (
CBSIE,
ParamountPressExpressIE,
)
from .cbslocal import (
CBSLocalIE,
CBSLocalArticleIE,