diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-03-05 14:46:08 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-03-05 14:46:08 -0400 |
commit | 5e38a5fba69a7b13036e2910e74e2c72d5c9da30 (patch) | |
tree | 62ee4e3dba5b40537d8341cbd407a37099241f94 /doc/git-annex.mdwn | |
parent | f4d69c300199cc43532c0a82661b5396f3de5a46 (diff) |
addurl: Added --raw option, which bypasses special handling of quvi, bittorrent etc urls.
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r-- | doc/git-annex.mdwn | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index 9cc198bbd..de4a580ed 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -236,6 +236,10 @@ subdirectories). Urls to torrent files (including magnet links) will cause the content of the torrent to be downloaded, using `aria2c`. + To prevent special handling of urls by quvi, bittorrent, and other + special remotes, specify `--raw`. This will for example, make addurl + download the .torrent file and not the contents it points to. + * `rmurl file url` Record that the file is no longer available at the url. @@ -289,7 +293,8 @@ subdirectories). The default template is '${feedtitle}/${itemtitle}${extension}' (Other available variables: feedauthor, itemauthor, itemsummary, itemdescription, itemrights, itemid, itempubdate, title, author) - The `--relaxed` and `--fast` options behave the same as they do in addurl. + The `--relaxed`, `--fast`, and `--raw` options behave the same as they + do in addurl. When quvi is installed, links in the feed are tested to see if they are on a video hosting site, and the video is downloaded. This allows |