ytdl-sub/src/ytdl_sub
Jesse Bannon 4421c4eede
[BUGFIX] Fix output sanitization type checking (#1467)
In the inspection output, we check function's return types via issubclass to see if an optimization can be made. Guard against this check in case the return type isn't a class -- it could be a Union[..., ...] from a conditional.
2026-05-10 09:19:27 -07:00
..
cli [FEATURE] inspect subcommand (#1407) 2026-04-13 10:10:58 -07:00
config [FEATURE] inspect subcommand (#1407) 2026-04-13 10:10:58 -07:00
downloaders [DEV] Linter: Use ruff over black and isort (#1445) 2026-03-09 11:39:01 -07:00
entries [DEV] Make inspect resolution more human readable (#1451) 2026-03-13 16:27:56 -07:00
plugins [DEV] Linter: Use ruff over black and isort (#1445) 2026-03-09 11:39:01 -07:00
prebuilt_presets [DEV] Linter: Use ruff over black and isort (#1445) 2026-03-09 11:39:01 -07:00
script [BUGFIX] Fix output sanitization type checking (#1467) 2026-05-10 09:19:27 -07:00
subscriptions [FEATURE] inspect subcommand (#1407) 2026-04-13 10:10:58 -07:00
thread [DEV] Linter: Use ruff over black and isort (#1445) 2026-03-09 11:39:01 -07:00
utils [BUGFIX] Fix output sanitization type checking (#1467) 2026-05-10 09:19:27 -07:00
validators [FEATURE] inspect subcommand (#1407) 2026-04-13 10:10:58 -07:00
ytdl_additions [DEV] Linter: Use ruff over black and isort (#1445) 2026-03-09 11:39:01 -07:00
__init__.py [DOCKER] GUI Docker image using Code-Server (#774) 2023-10-22 01:17:09 -07:00
main.py [FEATURE] inspect subcommand (#1407) 2026-04-13 10:10:58 -07:00