From 229997b87e84fc1aeb83a1f4ac6cff93a7efae97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Thu, 9 Mar 2023 00:21:36 +0700 Subject: [PATCH] gallery-dl: test with yt-dlp --- srcpkgs/gallery-dl/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gallery-dl/template b/srcpkgs/gallery-dl/template index 050c8e2f5f9..4de3fcdd229 100644 --- a/srcpkgs/gallery-dl/template +++ b/srcpkgs/gallery-dl/template @@ -6,7 +6,7 @@ build_style=python3-module make_check_args="--ignore test/test_results.py" hostmakedepends="python3-setuptools" depends="python3-requests" -checkdepends="${depends} youtube-dl python3-pytest" +checkdepends="${depends} yt-dlp python3-pytest" short_desc="Command-line program to download image galleries" maintainer="SolitudeSF " license="GPL-2.0-only"