mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	[ie/cineverse] Add extractors (#8146)
Also removes AsianCrushIE and AsianCrushPlaylistIE (URLs do not work anymore & old IDs are unavailable). Closes #8109 Authored by: garret1317
This commit is contained in:
		| @@ -137,10 +137,6 @@ from .arte import ( | ||||
|     ArteTVCategoryIE, | ||||
| ) | ||||
| from .arnes import ArnesIE | ||||
| from .asiancrush import ( | ||||
|     AsianCrushIE, | ||||
|     AsianCrushPlaylistIE, | ||||
| ) | ||||
| from .atresplayer import AtresPlayerIE | ||||
| from .atscaleconf import AtScaleConfEventIE | ||||
| from .atttechchannel import ATTTechChannelIE | ||||
| @@ -358,6 +354,10 @@ from .chirbit import ( | ||||
| from .cinchcast import CinchcastIE | ||||
| from .cinemax import CinemaxIE | ||||
| from .cinetecamilano import CinetecaMilanoIE | ||||
| from .cineverse import ( | ||||
|     CineverseIE, | ||||
|     CineverseDetailsIE, | ||||
| ) | ||||
| from .ciscolive import ( | ||||
|     CiscoLiveSessionIE, | ||||
|     CiscoLiveSearchIE, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 garret
					garret