aboutsummaryrefslogtreecommitdiff
path: root/doc/devblog
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-11-29 17:36:49 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-11-29 17:36:49 -0400
commit57e980b04e989bed7dd485c0dcc10e807f11020f (patch)
tree11326f6eaf20e656177999bdc8c0d62e21a06bc9 /doc/devblog
parentffa49c5199490976f36c541465e753e806022354 (diff)
devblog
Diffstat (limited to 'doc/devblog')
-rw-r--r--doc/devblog/youtube-dl_day_2.mdwn13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/devblog/youtube-dl_day_2.mdwn b/doc/devblog/youtube-dl_day_2.mdwn
new file mode 100644
index 000000000..a113339f7
--- /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/)