1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-22 10:42:34 +01:00

snap: Support downloading video using youtube-dl (#199)

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) <Buo.Ren.Lin@gmail.com>
This commit is contained in:
林博仁(Buo-ren Lin) 2019-03-23 16:50:08 +08:00 committed by Mike Fährmann
parent 5ec55ec4fc
commit b21c71021b

View File

@ -69,6 +69,8 @@ parts:
source: .
override-pull: $SNAPCRAFT_STAGE/scriptlets/selective-pull
plugin: python
python-packages:
- youtube_dl
ffmpeg:
plugin: nil