This commit is contained in:
Joey Hess 2017-11-30 17:08:18 -04:00
parent 5e95d54604
commit 15d5d0fafb
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 9 additions and 0 deletions

View file

@ -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.

View file

@ -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]]