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>
pull/201/head
林博仁(Buo-ren Lin) 6 years ago committed by Mike Fährmann
parent 5ec55ec4fc
commit b21c71021b

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

Loading…
Cancel
Save