mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-11-04 08:35:12 +00:00 
			
		
		
		
	[extractor/__init__] Remove novamov extractor and sort novamov based extractors alphabetically
This commit is contained in:
		@@ -496,12 +496,11 @@ from .normalboots import NormalbootsIE
 | 
				
			|||||||
from .nosvideo import NosVideoIE
 | 
					from .nosvideo import NosVideoIE
 | 
				
			||||||
from .nova import NovaIE
 | 
					from .nova import NovaIE
 | 
				
			||||||
from .novamov import (
 | 
					from .novamov import (
 | 
				
			||||||
    NovaMovIE,
 | 
					    AuroraVidIE,
 | 
				
			||||||
    WholeCloudIE,
 | 
					    CloudTimeIE,
 | 
				
			||||||
    NowVideoIE,
 | 
					    NowVideoIE,
 | 
				
			||||||
    VideoWeedIE,
 | 
					    VideoWeedIE,
 | 
				
			||||||
    CloudTimeIE,
 | 
					    WholeCloudIE,
 | 
				
			||||||
    AuroraVidIE,
 | 
					 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
from .nowness import (
 | 
					from .nowness import (
 | 
				
			||||||
    NownessIE,
 | 
					    NownessIE,
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user