mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2025-10-29 18:00:15 +00:00
Scrape lyrics from Genius and lyrics refactor
This commit is contained in:
5
spotdl/lyrics/exceptions.py
Normal file
5
spotdl/lyrics/exceptions.py
Normal file
@@ -0,0 +1,5 @@
|
||||
class LyricsNotFound(Exception):
|
||||
__module__ = Exception.__module__
|
||||
|
||||
def __init__(self, message=None):
|
||||
super(LyricsNotFound, self).__init__(message)
|
||||
Reference in New Issue
Block a user