ytdl-sub/tests/unit/cli
Jesse Bannon 9382be5c42
[FEATURE] --match flag to only run subset of subscriptions (#881)
Implements https://github.com/jmbannon/ytdl-sub/issues/880
and maybe fixes https://github.com/jmbannon/ytdl-sub/issues/827

Can now do `ytdl-sub sub --match SubA SubB` or `ytdl-sub sub --match SubA --match SubB`, which will only run subscriptions that contain `SubA` or `SubB` in their names
2024-01-08 13:37:07 -08:00
..
__init__.py Add aliases for ytdl-sub dl (#68) 2022-06-04 16:58:50 -07:00
conftest.py [FEATURE] Prebuilt Music Videos (#787) 2023-10-28 00:12:22 -07:00
test_download_args_parser.py [FEATURE] Add throttle_protection plugin (#799) 2023-11-05 08:23:12 -08:00
test_entrypoint.py [FEATURE] --match flag to only run subset of subscriptions (#881) 2024-01-08 13:37:07 -08:00
test_output_summary.py [FEATURE] Process all subscriptions even if one or more error (#771) 2023-10-21 12:25:38 -07:00
test_output_transaction_log.py [FEATURE] Prebuilt Music Videos (#787) 2023-10-28 00:12:22 -07:00
test_working_directory_lock.py [BACKEND] Windows support (#476) 2023-02-28 17:07:03 -08:00