hako/internal/archival/domain
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Vibe Kanban 0afef05099
feat: add yt-dlp support for video downloads
Add a new archiver to download videos using yt-dlp. The new extractor should call the yt-dlp binary to download the video and we should track progress in the output and return code. The default rules should be updated so youtube videos are extracted using this extractor. The extractor default config should get the thumbnail as well (so we don't depend on the thumbnail extractor) and subtitles. Update the dockerfile accordingly so we not only have yt-dlp but it's required dependencies as well. Prefer installing from packages, if possible.
2026-01-29 12:52:29 +01:00
..
archive_service.go feat: add yt-dlp support for video downloads 2026-01-29 12:52:29 +01:00
category_service.go refactor: remove archival package and update domain services to use model types directly 2026-01-06 12:44:48 +01:00
link_service.go feat: search 2026-01-18 09:51:25 +01:00
link_service_test.go chore: make format 2026-01-12 19:35:18 +01:00
requests.go feat: search 2026-01-18 09:51:25 +01:00