improve message

This commit is contained in:
Joey Hess 2018-09-02 16:08:00 -04:00
parent 522c5cce58
commit 813ee2357c
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -35,9 +35,10 @@ youtubeDlAllowed = httpAddressesUnlimited
youtubeDlNotAllowedMessage :: String youtubeDlNotAllowedMessage :: String
youtubeDlNotAllowedMessage = unwords youtubeDlNotAllowedMessage = unwords
[ "youtube-dl could potentially access any address, and the" [ "This url is supported by youtube-dl, but"
, "youtube-dl could potentially access any address, and the"
, "configuration of annex.security.allowed-http-addresses" , "configuration of annex.security.allowed-http-addresses"
, "does not allow that." , "does not allow that. Not using youtube-dl."
] ]
-- Runs youtube-dl in a work directory, to download a single media file -- Runs youtube-dl in a work directory, to download a single media file