From c5b79181cca1a6f7407cfea07f8305f266d48afd Mon Sep 17 00:00:00 2001 From: Henrik Hank Date: Tue, 15 May 2018 03:53:14 +0200 Subject: [PATCH] Changed internet shortcut file template for Linux. A test under Ubuntu showed, that "Link to " is actually displayed contrary to what a previously consulted source seemed to imply. --- youtube_dl/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/utils.py b/youtube_dl/utils.py index 46a12d342..84cc54042 100644 --- a/youtube_dl/utils.py +++ b/youtube_dl/utils.py @@ -3927,7 +3927,7 @@ WEBLOC_LINK_TEMPLATE = ''' DESKTOP_LINK_TEMPLATE = ''' [Desktop Entry] Encoding=UTF-8 -Name=Link to %(filename)s +Name=%(filename)s Type=Link URL=%(url)s Icon=text-html