mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-13 06:34:45 -04:00
5 lines
162 B
Python
5 lines
162 B
Python
"""Exceptions used by RipCore."""
|
|
|
|
|
|
class DeezloaderFallback(Exception):
|
|
"""Raise if Deezer account isn't logged in and rip is falling back to Deezloader."""
|