mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-09 14:11:55 -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."""
|