summaryrefslogtreecommitdiff
path: root/net/gallery-dl/Makefile
diff options
context:
space:
mode:
authorleot <leot@pkgsrc.org>2021-03-20 20:24:57 +0000
committerleot <leot@pkgsrc.org>2021-03-20 20:24:57 +0000
commit359551bd213e8bacc0098e67e97929a1b02b0b68 (patch)
tree978c107fccadfce2327dc7ae288586d1b4b844da /net/gallery-dl/Makefile
parent9e30178cdaa43ffb261b3b17b18ea9a76e9aaf34 (diff)
downloadpkgsrc-359551bd213e8bacc0098e67e97929a1b02b0b68.tar.gz
gallery-dl: Update to 1.17.1
Changes: 1.17.1 ------ ### Additions - [architizer] add `project` and `firm` extractors (#1369) - [deviantart] add `watch` extractor (#794) - [exhentai] support `/tag/` URLs (#1363) - [gelbooru_v01] support `drawfriends.booru.org`, `vidyart.booru.org`, and `tlb.booru.org` by default - [nozomi] support `/index-N.html` URLs (#1365) - [philomena] add generalized extractors for philomena sites (#1379) - [philomena] support post URLs without `/images/` - [twitter] implement `users` option (#1337) - implement `parent-metadata` option (#1364) ### Changes - [deviantart] revert previous changes to `extra` option (#1356, #1387) ### Fixes - [exhentai] improve favorites count extraction (#1360) - [gelbooru] update domain for video downloads (#1368) - [hentaifox] improve image and metadata extraction (#1366, #1378) - [imgur] fix and improve rate limit handling (#1386) - [weasyl] improve favorites URL pattern (#1374) - use type check before applying `browser` option (#1358) - ensure `-s/--simulate` always prints filenames (#1360) ### Removals - [hentaicafe] remove module - [hentainexus] remove module - [mangareader] remove module - [mangastream] remove module
Diffstat (limited to 'net/gallery-dl/Makefile')
-rw-r--r--net/gallery-dl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/gallery-dl/Makefile b/net/gallery-dl/Makefile
index 644ac2c7d01..006fd68316e 100644
--- a/net/gallery-dl/Makefile
+++ b/net/gallery-dl/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.75 2021/03/05 21:13:58 leot Exp $
+# $NetBSD: Makefile,v 1.76 2021/03/20 20:24:57 leot Exp $
-DISTNAME= gallery_dl-1.17.0
+DISTNAME= gallery_dl-1.17.1
PKGNAME= ${DISTNAME:S/_/-/}
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=g/gallery-dl/}