aboutsummaryrefslogtreecommitdiff
path: root/doc/devblog
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-11-30 17:08:18 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-11-30 17:08:18 -0400
commit01d520136f603d387f2aa3ca5fbab19cfebbd870 (patch)
tree71612ede978c2b43ada3fa1620d4a5838a467c8c /doc/devblog
parent73e7c23fb27f26df4b127f8eed8ba4f6f02fe5e0 (diff)
devblog
Diffstat (limited to 'doc/devblog')
-rw-r--r--doc/devblog/youtube-dl_day_3.mdwn7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/devblog/youtube-dl_day_3.mdwn b/doc/devblog/youtube-dl_day_3.mdwn
new file mode 100644
index 000000000..bc868d25c
--- /dev/null
+++ b/doc/devblog/youtube-dl_day_3.mdwn
@@ -0,0 +1,7 @@
+Finished up youtube-dl integration today, including all the edge cases in
+`addurl` and honoring annex.diskreserve.
+
+I changed my mind about `git annex addurl --relaxed`; it seems better for
+it to be slower than before, but not have surprising behavior, than to be
+fast but potentially surprising. If it's too slow, add `--raw` to avoid
+using youtube-dl.