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

[paramountplus] Separate extractor and fix some titles (#652)

Co-authored-by: shirt, pukkandan
This commit is contained in:
shirt
2021-08-09 16:24:50 -04:00
committed by GitHub
parent 25a3f4f5d6
commit 6e6e0d95b3
3 changed files with 208 additions and 131 deletions

View File

@@ -202,10 +202,7 @@ from .cbc import (
CBCWatchIE,
CBCOlympicsIE,
)
from .cbs import (
CBSIE,
ParamountPlusSeriesIE,
)
from .cbs import CBSIE
from .cbslocal import (
CBSLocalIE,
CBSLocalArticleIE,
@@ -969,6 +966,10 @@ from .palcomp3 import (
PalcoMP3VideoIE,
)
from .pandoratv import PandoraTVIE
from .paramountplus import (
ParamountPlusIE,
ParamountPlusSeriesIE,
)
from .parliamentliveuk import ParliamentLiveUKIE
from .parlview import ParlviewIE
from .patreon import PatreonIE