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>
master
林博仁(Buo-ren Lin) 2019-03-23 16:50:08 +08:00 committed by Mike Fährmann
parent 5ec55ec4fc
commit b21c71021b
1 changed files with 2 additions and 0 deletions

View File

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