From b21c71021b28bcc26a0186fa8a7cc05836b36bf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E5=8D=9A=E4=BB=81=28Buo-ren=20Lin=29?= Date: Sat, 23 Mar 2019 16:50:08 +0800 Subject: [PATCH] snap: Support downloading video using youtube-dl (#199) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This patch adds a copy of the youtube-dl package to the snap to enable the video downloading feature. Tested with the Twitter extractor. Signed-off-by: ๆž—ๅšไป(Buo-ren Lin) --- snap/snapcraft.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index e07d047f..9e17a413 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -69,6 +69,8 @@ parts: source: . override-pull: $SNAPCRAFT_STAGE/scriptlets/selective-pull plugin: python + python-packages: + - youtube_dl ffmpeg: plugin: nil