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 {