This commit is contained in:
Joey Hess 2015-07-17 11:49:32 -04:00
parent 5fca6f7c4b
commit 1e44c2288f

View file

@ -23,3 +23,6 @@ xargs doesn't actually work so well because every once in a while, youtube will
curl -s http://pyvideo.org/category/65/pycon-us-2015/rss | xmllint --xpath '//enclosure/@url' - | sed 's/url="/\n/g;s/"//' | while read url ; do git annex addurl --fast $url ; done
but it's pretty ugly! --[[anarcat]]
> Per my comments, I don't think this is a bug in git-annex, but in the
> feeds. So [[done]] --[[Joey]]