aboutsummaryrefslogtreecommitdiff
path: root/doc/tips/using_the_web_as_a_special_remote/comment_5_5ee9717e74ca2afed98e81fc0ea98a95._comment
blob: b1060147f24271ee1a1b0c927d2dba1aa8b01bc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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?
"""]]