Add NoMetadataException

This commit is contained in:
tcely 2025-03-17 12:21:40 -04:00 committed by GitHub
parent 58c4964939
commit 5f0323e4af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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