diff options
author | Xyem <Xyem@web> | 2014-04-04 15:25:39 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-04-04 15:25:39 +0000 |
commit | dd8db306cad0a9521aba0bc929a2130a3eb366cf (patch) | |
tree | 3738005634774dec5f75461ff37bbd194bdb0ab3 /doc | |
parent | e4bef1cddc57affbf6a810c830728341c2a9f844 (diff) |
Added a comment
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tips/using_the_web_as_a_special_remote/comment_5_5ee9717e74ca2afed98e81fc0ea98a95._comment | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/tips/using_the_web_as_a_special_remote/comment_5_5ee9717e74ca2afed98e81fc0ea98a95._comment b/doc/tips/using_the_web_as_a_special_remote/comment_5_5ee9717e74ca2afed98e81fc0ea98a95._comment new file mode 100644 index 000000000..b1060147f --- /dev/null +++ b/doc/tips/using_the_web_as_a_special_remote/comment_5_5ee9717e74ca2afed98e81fc0ea98a95._comment @@ -0,0 +1,18 @@ +[[!comment format=mdwn + username="Xyem" + ip="87.194.19.134" + subject="comment 5" + date="2014-04-04T15:25:39Z" + content=""" +Adding videos from youtube ends up with it using the URL backend, even without fast. + + $ git init quvitest + $ cd quvitest/ + $ git annex init + $ git annex addurl https://www.youtube.com/watch?v=mghhLqu31cQ + (... file is downloaded ...) + $ find .git/annex/objects/ -type f + .git/annex/objects/1J/Wp/URL--quvi&chttps&c%%www.youtube.com%watch,63v,61mghhLqu31cQ/URL--quvi&chttps&c%%www.youtube.com%watch,63v,61mghhLqu31cQ + +Is migrating manually required or should I log a bug? +"""]] |