From 6d17e7863d51922fd20e8dacc57676a7e78dab15 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 29 Nov 2017 17:36:49 -0400 Subject: [PATCH] devblog --- doc/devblog/youtube-dl_day_2.mdwn | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 doc/devblog/youtube-dl_day_2.mdwn diff --git a/doc/devblog/youtube-dl_day_2.mdwn b/doc/devblog/youtube-dl_day_2.mdwn new file mode 100644 index 0000000000..a113339f72 --- /dev/null +++ b/doc/devblog/youtube-dl_day_2.mdwn @@ -0,0 +1,13 @@ +It's mostly working now. Still need to fix --fast and --relaxed, and avoid +youtube-dl running out of the annex.diskreserve. + +The first hour or two was spent adding support for per-key temp +directories. youtube-dl is run inside such a directory, to let it write +whatever files it needs. Like the per-key temp files, these temp directories +are not cleaned up when a download fails or is interrupted, so resuming can +pick up where it left off. Taught `git annex dropunused` and everything +else that cleans up per-key temp files to also clean up the temp +directories. + +Today's work was sponsored by Trenton Cronholm on +[Patreon](https://patreon.com/joeyh/)