From c34f23e23ebf60c4096e14be329a3cc8d0fcc686 Mon Sep 17 00:00:00 2001 From: Eric Le Lay Date: Sat, 17 Aug 2019 18:34:38 +0200 Subject: [PATCH] dd youtube_dl to win installer --- README.md | 1 + tools/win_installer/_base.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 158f8c8c..0fab0660 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,7 @@ PyPI. With this, you get a self-contained gPodder CLI codebase. - Clickable links in GTK UI show notes: html5lib - HTML show notes: WebKit2 gobject bindings (webkit2gtk, webkitgtk4 or gir1.2-webkit2-4.0 packages). +- Better Youtube support (> 15 entries in feeds, download audio-only): youtube_dl ### Build Dependencies diff --git a/tools/win_installer/_base.sh b/tools/win_installer/_base.sh index babc1dce..653107a1 100644 --- a/tools/win_installer/_base.sh +++ b/tools/win_installer/_base.sh @@ -92,6 +92,7 @@ webencodings==0.5.1 six==1.12.0 certifi==2018.11.29 mutagen==1.42.0 +youtube_dl==2019.8.13 " function install_deps {