Browse Source

youtube-dl: update dependencies

install certificates so that https sites work by default

Signed-off-by: Adrian Panella <ianchi74@outlook.com>
lilik-openwrt-22.03
Adrian Panella 8 years ago
parent
commit
71ff65eda5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      multimedia/youtube-dl/Makefile

+ 1
- 1
multimedia/youtube-dl/Makefile View File

@ -27,7 +27,7 @@ define Package/youtube-dl
SECTION:=multimedia
CATEGORY:=Multimedia
TITLE:=utility to download videos from YouTube.com
DEPENDS:=+python-openssl +python-email +python-xml +python-codecs +python-ctypes
DEPENDS:=+python-openssl +python-email +python-xml +python-codecs +python-ctypes +ca-certificates
URL:=https://youtube-dl.org
endef


Loading…
Cancel
Save