1
0
Fork 0

[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
commit 6e6e0d95b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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