This commit is contained in:
Joey Hess 2022-08-15 12:39:19 -04:00
parent 840bd50390
commit 2fba8ded77
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -0,0 +1,13 @@
[[!comment format=mdwn
username="joey"
subject="""comment 1"""
date="2022-08-15T16:23:30Z"
content="""
git-annex migrate --remove-size --backend=WORM foo
git-annex addurl --fast --file=foo https://www.youtube.com/...
The migrate step makes git-annex stop caring about what the hash or
size of the file is, so it will accept whatever gets downloaded from
youtube.
"""]]