From 136e7219fe7d238cd9dc1854e1d323e485eee0fb Mon Sep 17 00:00:00 2001 From: MrS0m30n3 Date: Mon, 14 Nov 2016 16:28:13 +0200 Subject: [PATCH] Add Swedish in available subtitles --- TODO | 1 - youtube_dl_gui/optionsframe.py | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index d1fc720..935e5e9 100644 --- a/TODO +++ b/TODO @@ -35,7 +35,6 @@ Options * Option to enable-disable items deletion from the filesystem * Option to validate item deletion 'Are you sure?' * Add 'native hls option' see issue #49 -* Add Swedish on available subtitles * Add Hebrew on available subtitles * Localization option: add country flags * Add '--recode-video' to Formats tab diff --git a/youtube_dl_gui/optionsframe.py b/youtube_dl_gui/optionsframe.py index cace2d0..97b9d2d 100644 --- a/youtube_dl_gui/optionsframe.py +++ b/youtube_dl_gui/optionsframe.py @@ -502,7 +502,8 @@ class DownloadsTab(TabPanel): ("ru", _("Russian")), ("es", _("Spanish")), ("tr", _("Turkish")), - ("de", _("German")) + ("de", _("German")), + ("sv", _("Swedish")) ]) FILESIZES = twodict([