aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-11-28 17:17:40 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-11-28 17:17:40 -0400
commit8c07e4dbf7d5145ed6412278c4288e3c405484ed (patch)
tree7effa3381806d82284e0a2491ef6c60699aa90d5 /CHANGELOG
parent24371d8597bd9acfb8251f3cb829355f4b4f5241 (diff)
wip
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 7de6137bc..521547f7a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -3,6 +3,10 @@ git-annex (6.20171125) UNRELEASED; urgency=medium
* Use youtube-dl rather than quvi to download media from web pages,
since quvi is not being actively developed and youtube-dl supports
many more sites.
+ * addurl --relaxed no longer checks for embedded media, since youtube-dl
+ does not allow doing so without hitting the network, which would make
+ this no faster than addurl --fast. Use addurl --fast instead if you
+ want embedded media to be downloaded.
-- Joey Hess <id@joeyh.name> Tue, 28 Nov 2017 13:48:44 -0400