ytdl_subscribe.validators package

Subpackages

Submodules

ytdl_subscribe.validators.exceptions module

exception ytdl_subscribe.validators.exceptions.DownloadArchiveException

Bases: ValueError

Any user or file errors caused by download archive or mapping files

exception ytdl_subscribe.validators.exceptions.StringFormattingException

Bases: ytdl_subscribe.validators.exceptions.ValidationException

Tried to format a string but failed due to user misconfigured variables

exception ytdl_subscribe.validators.exceptions.StringFormattingVariableNotFoundException

Bases: ytdl_subscribe.validators.exceptions.StringFormattingException

Tried to format a string but the variable was not found

exception ytdl_subscribe.validators.exceptions.ValidationException

Bases: ValueError

Any user-caused configuration error should result in this error

Module contents