mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2025-12-08 20:39:08 +00:00
CLI optimizations
This commit is contained in:
6
spotdl/command_line/exceptions.py
Normal file
6
spotdl/command_line/exceptions.py
Normal file
@@ -0,0 +1,6 @@
|
||||
class NoYouTubeVideoError(Exception):
|
||||
__module__ = Exception.__module__
|
||||
|
||||
def __init__(self, message=None):
|
||||
super().__init__(message)
|
||||
|
||||
Reference in New Issue
Block a user