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:
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…
Reference in New Issue
Block a user