mirror of
				https://github.com/KevinMidboe/spotify-downloader.git
				synced 2025-10-29 18:00:15 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			150 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			150 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| class NoYouTubeVideoError(Exception):
 | |
|     __module__ = Exception.__module__
 | |
| 
 | |
|     def __init__(self, message=None):
 | |
|         super().__init__(message)
 | |
| 
 |