aboutsummaryrefslogtreecommitdiffstats
path: root/apps/workers/videoWorker.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: Add AI auto summarization. Fixes #1163Mohamed Bassem2025-05-181-214/+0
|
* chore: Rename hoarder packages to karakeepMohamedBassem2025-04-121-6/+6
|
* feat(workers): allows videoWorker to use ytdlp command line arguments ↵erik-nilcoast2025-03-161-1/+2
| | | | specified in the config. Fixes #775 #792 (#1117)
* fix: Abort all IO when workers timeout instead of detaching. Fixes #742Mohamed Bassem2025-02-011-2/+3
|
* deps: Upgrade typescript to 5.7Mohamed Bassem2025-02-011-3/+2
|
* fix: Stop erroring in video download when there's no media foundMohamed Bassem2024-11-091-1/+5
|
* fix: Remove old downloaded video when it gets refreshedMohamed Bassem2024-11-091-0/+2
|
* fix: Only update bookmark tagging/crawling status when worker is out of retriesMohamed Bassem2024-11-091-4/+9
|
* fix: Pass arguments to monolith and yt-dlp as array for better escapingMohamed Bassem2024-11-031-1/+1
|
* feature: Archive videos using yt-dlp. Fixes #215 (#525)kamtschatka2024-10-281-0/+202
* Allow downloading more content from a webpage and index it #215 Added a worker that allows downloading videos depending on the environment variables refactored the code a bit added new video asset updated documentation * Some tweaks * Drop the dependency on the yt-dlp wrapper * Update openapi specs * Dont log an error when the url is not supported * Better handle supported websites that dont download anything --------- Co-authored-by: Mohamed Bassem <me@mbassem.com>