summaryrefslogtreecommitdiff
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
parent73e7c23fb27f26df4b127f8eed8ba4f6f02fe5e0 (diff)
devblog
-rw-r--r--doc/devblog/youtube-dl_day_3.mdwn7
-rw-r--r--doc/todo/switch_from_quvi_to_youtube-dl.mdwn2
2 files changed, 9 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.
diff --git a/doc/todo/switch_from_quvi_to_youtube-dl.mdwn b/doc/todo/switch_from_quvi_to_youtube-dl.mdwn
index 8703b810d..3fa7b0ccb 100644
--- a/doc/todo/switch_from_quvi_to_youtube-dl.mdwn
+++ b/doc/todo/switch_from_quvi_to_youtube-dl.mdwn
@@ -67,3 +67,5 @@ query for size. Could use --dump-json, but that would require downloading
the web page yet again, so too expensive.. and, the json seems to have
"filesize: null" for youtube videos. What does work is the --max-filesize
option, which makes youtube-dl abort if it's too big.
+
+> [[done]] --[[Joey]]