mirror of
https://github.com/nathom/streamrip.git
synced 2025-06-07 02:01:20 -04:00
Renamed music_dl to streamrip
This commit is contained in:
parent
0c8933420a
commit
1ce080fbd2
13 changed files with 0 additions and 0 deletions
46
streamrip/exceptions.py
Normal file
46
streamrip/exceptions.py
Normal file
|
@ -0,0 +1,46 @@
|
|||
class AuthenticationError(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class IneligibleError(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class InvalidAppIdError(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class InvalidAppSecretError(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class InvalidQuality(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class NonStreamable(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class InvalidContainerError(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class InvalidSourceError(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class ParsingError(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class TooLargeCoverArt(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class BadEncoderOption(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class ConversionError(Exception):
|
||||
pass
|
Loading…
Add table
Add a link
Reference in a new issue