aboutsummaryrefslogtreecommitdiff
path: root/doc/git-annex-addurl.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-11-28 14:05:58 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-11-28 14:05:58 -0400
commitbf5de3a6f3d50028f7ac47c6cde759a6f5110b08 (patch)
treeebb31f3b8bd5cb3e69c409f68d4937c0fee7ad19 /doc/git-annex-addurl.mdwn
parent6edfba9a7514432e5168d62d7550af7432ce2475 (diff)
documentation update for youtube-dl
Code not updated yet. This commit was sponsored by Thomas Hochstein on Patreon.
Diffstat (limited to 'doc/git-annex-addurl.mdwn')
-rw-r--r--doc/git-annex-addurl.mdwn6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/git-annex-addurl.mdwn b/doc/git-annex-addurl.mdwn
index aace42009..28740dfef 100644
--- a/doc/git-annex-addurl.mdwn
+++ b/doc/git-annex-addurl.mdwn
@@ -10,8 +10,8 @@ git annex addurl `[url ...]`
Downloads each url to its own file, which is added to the annex.
-When `quvi` is installed, urls are automatically tested to see if they
-point to a video hosting site, and the video is downloaded instead.
+When `youtube-dl` is installed, and the url is to a web page,
+it's used to download any video that the web page embeds.
Urls to torrent files (including magnet links) will cause the content of
the torrent to be downloaded, using `aria2c`.
@@ -35,7 +35,7 @@ be used to get better filenames.
* `--raw`
- Prevent special handling of urls by quvi, bittorrent, and other
+ Prevent special handling of urls by youtube-dl, bittorrent, and other
special remotes. This will for example, make addurl
download the .torrent file and not the contents it points to.