mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
ytmdl: switch to yt-dlp
This commit is contained in:
parent
04511a9439
commit
619194daaf
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'ytmdl'
|
# Template file for 'ytmdl'
|
||||||
pkgname=ytmdl
|
pkgname=ytmdl
|
||||||
version=2023.02.28
|
version=2023.02.28
|
||||||
revision=1
|
revision=2
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="ffmpeg youtube-dl python3-mutagen python3-requests python3-colorama
|
depends="ffmpeg yt-dlp python3-mutagen python3-requests python3-colorama
|
||||||
python3-itunespy python3-BeautifulSoup4 python3-downloader-cli
|
python3-itunespy python3-BeautifulSoup4 python3-downloader-cli
|
||||||
python3-ffmpeg-python python3-xdg python3-lxml python3-pysocks
|
python3-ffmpeg-python python3-xdg python3-lxml python3-pysocks
|
||||||
python3-Unidecode python3-urllib3 python3-youtube-search
|
python3-Unidecode python3-urllib3 python3-youtube-search
|
||||||
|
|
Loading…
Add table
Reference in a new issue