ArchiveBox/tests
Claude a5654e877f
rename media plugin to ytdlp with backwards-compatible aliases
- Rename archivebox/plugins/media/ → archivebox/plugins/ytdlp/
- Rename hook script on_Snapshot__63_media.bg.py → on_Snapshot__63_ytdlp.bg.py
- Update config.json: YTDLP_* as primary keys, MEDIA_* as x-aliases
- Update templates CSS classes: media-* → ytdlp-*
- Fix gallerydl bug: remove incorrect dependency on media plugin output
- Update all codebase references to use YTDLP_* and SAVE_YTDLP
- Add backwards compatibility test for MEDIA_ENABLED alias
2025-12-29 19:09:05 +00:00
..
__init__.py refactor: Move pytest fixtures to its own file 2020-07-07 08:36:58 -05:00
conftest.py wip 2 2025-12-24 21:46:14 -08:00
fixtures.py rename media plugin to ytdlp with backwards-compatible aliases 2025-12-29 19:09:05 +00:00
test_add.py Improve test suite: remove mocks and add 0.8.x migration tests 2025-12-26 23:01:49 +00:00
test_cli_add.py wip 2025-12-28 17:51:54 -08:00
test_cli_config.py rename media plugin to ytdlp with backwards-compatible aliases 2025-12-29 19:09:05 +00:00
test_cli_crawl.py much better tests and add page ui 2025-12-29 04:02:11 -08:00
test_cli_extract.py much better tests and add page ui 2025-12-29 04:02:11 -08:00
test_cli_help.py wip 2025-12-28 17:51:54 -08:00
test_cli_init.py wip 2025-12-28 17:51:54 -08:00
test_cli_install.py much better tests and add page ui 2025-12-29 04:02:11 -08:00
test_cli_manage.py much better tests and add page ui 2025-12-29 04:02:11 -08:00
test_cli_oneshot.py much better tests and add page ui 2025-12-29 04:02:11 -08:00
test_cli_remove.py much better tests and add page ui 2025-12-29 04:02:11 -08:00
test_cli_schedule.py much better tests and add page ui 2025-12-29 04:02:11 -08:00
test_cli_search.py much better tests and add page ui 2025-12-29 04:02:11 -08:00
test_cli_server.py much better tests and add page ui 2025-12-29 04:02:11 -08:00
test_cli_shell.py much better tests and add page ui 2025-12-29 04:02:11 -08:00
test_cli_snapshot.py much better tests and add page ui 2025-12-29 04:02:11 -08:00
test_cli_status.py much better tests and add page ui 2025-12-29 04:02:11 -08:00
test_cli_update.py much better tests and add page ui 2025-12-29 04:02:11 -08:00
test_cli_version.py wip 2025-12-28 17:51:54 -08:00
test_config.py wip major changes 2025-12-24 20:10:38 -08:00
test_crawl.py wip major changes 2025-12-24 20:10:38 -08:00
test_extract.py wip major changes 2025-12-24 20:10:38 -08:00
test_extractors.py wip 2 2025-12-24 21:46:14 -08:00
test_init.py wip 2 2025-12-24 21:46:14 -08:00
test_install.py wip major changes 2025-12-24 20:10:38 -08:00
test_list.py wip 2 2025-12-24 21:46:14 -08:00
test_recursive_crawl.py rename media plugin to ytdlp with backwards-compatible aliases 2025-12-29 19:09:05 +00:00
test_remove.py wip 2025-12-28 17:51:54 -08:00
test_schedule.py wip major changes 2025-12-24 20:10:38 -08:00
test_search.py wip major changes 2025-12-24 20:10:38 -08:00
test_snapshot.py wip major changes 2025-12-24 20:10:38 -08:00
test_status.py wip major changes 2025-12-24 20:10:38 -08:00
test_title.py wip 2025-12-28 17:51:54 -08:00
test_update.py way better plugin hooks system wip 2025-12-28 03:39:59 -08:00
test_util.py wip 2 2025-12-24 21:46:14 -08:00
test_version.py way better plugin hooks system wip 2025-12-28 03:39:59 -08:00