Files
yt-shorts-downloader/stubs/yt_dlp/utils.pyi
T
ВяткинАртём 59aaa9c4d7
CI / Quality Checks (push) Failing after 9s
CI / Test Suite (push) Successful in 10s
Refactor code structure for improved readability and maintainability
2026-05-27 17:06:39 +03:00

3 lines
79 B
Python

class DownloadError(Exception): ...
class UnsupportedError(DownloadError): ...