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:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 shirt
					shirt