[paramountplus] Separate extractor and fix some titles (#652)
Co-authored-by: shirt, pukkandan
This commit is contained in:
parent
25a3f4f5d6
commit
6e6e0d95b3
3 changed files with 208 additions and 131 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue