diff options
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? +"""]] |