mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-22 21:16:38 +00:00
Add NoMetadataException
This commit is contained in:
parent
58c4964939
commit
5f0323e4af
@ -14,6 +14,14 @@ class NoFormatException(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class NoMetadataException(Exception):
|
||||
'''
|
||||
Raised when a media item is attempted to be downloaded but it has no valid
|
||||
metadata.
|
||||
'''
|
||||
pass
|
||||
|
||||
|
||||
class DownloadFailedException(Exception):
|
||||
'''
|
||||
Raised when a downloaded media file is expected to be present, but doesn't
|
||||
|
Loading…
Reference in New Issue
Block a user