devblog
This commit is contained in:
parent
5e95d54604
commit
15d5d0fafb
2 changed files with 9 additions and 0 deletions
7
doc/devblog/youtube-dl_day_3.mdwn
Normal file
7
doc/devblog/youtube-dl_day_3.mdwn
Normal 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.
|
|
@ -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]]
|
||||
|
|
Loading…
Reference in a new issue