From d903da141f4ed09819184dfb78f1f7ecb1e1950d Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 13 Sep 2013 16:02:09 -0400 Subject: [PATCH] close --- doc/todo/support_for_lossy_remotes.mdwn | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/todo/support_for_lossy_remotes.mdwn b/doc/todo/support_for_lossy_remotes.mdwn index e757343f47..23083b2d75 100644 --- a/doc/todo/support_for_lossy_remotes.mdwn +++ b/doc/todo/support_for_lossy_remotes.mdwn @@ -3,3 +3,9 @@ I'm curious if there's a possibility to support lossy remotes. It may be handy t 1. an online place that their videos are available from 2. a worst-case scenario "backup" 3. a remote that they could download smaller video files + +> [[done]]; lossy remotes are supported as seen with `git annex addurl +> --fast` and also with the new addurl support for using quvi to get +> videos fro youtube. Just make a key with a URL or something in it, and +> no size or checksum, and any content will be assumed to be the right +> content. --[[Joey]]