summaryrefslogtreecommitdiff
path: root/net/gallery-dl/Makefile
diff options
context:
space:
mode:
authorleot <leot@pkgsrc.org>2021-08-18 16:03:48 +0000
committerleot <leot@pkgsrc.org>2021-08-18 16:03:48 +0000
commitda1e3735a91888284475f6716a992cd5e706838f (patch)
tree4f7ae37f7646c115c09ceedb509e585b3db134b0 /net/gallery-dl/Makefile
parent06b97ff9d439efa96ca4502cf1d1251e85581ad4 (diff)
downloadpkgsrc-da1e3735a91888284475f6716a992cd5e706838f.tar.gz
gallery-dl: Update to 1.18.3
Changes: Additions --------- [bbc] add width option (#1706) [danbooru] add external option (#1747) [furaffinity] add external option (#1492) [luscious] add gif option (#1701) [newgrounds] add format option (#1729) [reactor] add gif option (#1701) [twitter] warn about suspended accounts (#1759) [twitter] extend replies option (#1254) [twitter] add option to log out and retry when blocked (#1719) [wikieat] add thread and board extractors (#1699, #1607) Changes ------- [instagram] increase default delay between HTTP requests from 5s to 8s (#1732) Fixes ----- [bbc] improve image dimensions (#1706) [bbc] support multi-page gallery listings (#1730) [behance] fix collection extraction [deviantart] get original files for GIF previews (#1731) [furaffinity] fix errors when using category-transfer (#1274) [hitomi] fix image URLs (#1765) [instagram] use custom User-Agent header for video downloads (#1682, #1623, #1580) [kemonoparty] fix username extraction (#1750) [kemonoparty] update file server domain (#1764) [newgrounds] fix errors when using category-transfer (#1274) [nsfwalbum] retry backend requests when extracting image URLs (#1733, #1271) [vk] prevent exception for empty/private profiles (#1742)
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 304c2b902bf..bb8da58ab7c 100644
--- a/net/gallery-dl/Makefile
+++ b/net/gallery-dl/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.80 2021/07/25 20:42:33 leot Exp $
+# $NetBSD: Makefile,v 1.81 2021/08/18 16:03:48 leot Exp $
-DISTNAME= gallery_dl-1.18.2
+DISTNAME= gallery_dl-1.18.3
PKGNAME= ${DISTNAME:S/_/-/}
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=g/gallery-dl/}