summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorleot <leot@pkgsrc.org>2022-09-18 13:34:20 +0000
committerleot <leot@pkgsrc.org>2022-09-18 13:34:20 +0000
commit2fb81f2bbbd04f1cf660dc518360bd4c2cbb8788 (patch)
tree0690fb01be2b97e9e5bfff427e736ae6657be65a /net
parentc975dc8b1e710a3bbe37fa46c7aa9c89757681e5 (diff)
downloadpkgsrc-2fb81f2bbbd04f1cf660dc518360bd4c2cbb8788.tar.gz
gallery-dl: Update to 1.23.1
Changes: ## 1.23.1 - 2022-09-18 ### Additions - [flickr] add support for `secure.flickr.com` URLs - [hotleak] add hotleak extractors - [instagram] add `highlight_title` and `date` metadata for highlight downloads - [paheal] add support for videos - [twitter] add general support for unified cards - [twitter] implement `cards-blacklist` option - [tumblr] fetch high-quality inline images - [tumblr] implement `ratelimit` option - [zerochan] add `metadata` option - [postprocessor:zip] implement `files` option ### Fixes - [bunkr] fix extraction - [bunkr] use `media-files` servers for `m4v` and `mov` downloads - [exhentai] improve 509.gif detection - [exhentai] guess extension for original files - [poipiku] use `img-org.poipiku.com` as image domain - [reddit] prevent exception with empty submission URLs - [redgifs] fix download URLs - [smugmug] update default API credentials - [twitter] provide proper `date` for syndication results - [twitter] fix new-style `/card_img/` URLs - remove all whitespace before comments after input file URLs ## 1.23.0 - 2022-08-28 ### Changes - [twitter] update `user` and `author` metdata fields - for URLs with a single username or ID like `https://twitter.com/USER` or a search with a single `from:` statement, `user` will now always refer to the user referenced in the URL. - for all other URLs like `https://twitter.com/i/bookmarks`, `user` and `author` refer to the same user - `author` will always refer to the original Tweet author - [twitter] update `quote_id` and `quote_by` metadata fields - `quote_id` is now non-zero for quoted Tweets and contains the Tweet ID of the quotng Tweet (was the other way round before) - `quote_by` is only defined for quoted Tweets like before, but now contains the screen name of the user quoting this Tweet - [skeb] improve archive IDs for thumbnails and article images ### Additions - [artstation] add `num` and `count` metadata fields - [catbox] add `album` extractor - [blogger] emit metadata for posts without files - [foolfuuka] update supported domains - [gelbooru] add support for `api_key` and `user_id` - [gelbooru] implement pagination for `pool` results - [instagram] add support for a user's saved collections - [instagram] provide `date` for directory format strings - [kemonoparty] add `favorites` option - [oauth] add `host` config option - [rule34] implement pagination for `pool` results - [skeb] add option to download `article` images - [tumblr] download higher-quality images - [tumblr] add `count` metadata field - [wallhaven] implement `metadata` option - [zerochan] add `tag` and `image` extractors - [zerochan] implement login with username & password - [postprocessor:metadata] implement `mode: modify` and `mode: delete` - [formatter] add `g` conversion for slugifying a string - [formatter] apply `:J` only to lists - implement `path-metadata` option - allow comments after input file URLs - add global `warnings` option to control `urllib3` warning behavior ### Fixes - [bunkr] fix extraction - [deviantart] use public access token for journals - [e621] fix extraction of `popular` posts - [fanbox] download cover images in original size - [mastodon] allow downloading without access token - [hitomi] update cache expiry time - [hitomi] fix error when number of tag results is a multiple of 25 - [mangahere] fix `page-reverse` option - [poipiku] fix posts with more than one image - [poipiku] update filter for static images - [slideshare] fix metadata extraction - [twitter] unescape `+` in search queries - [twitter] fall back to unfiltered search - [twitter] ignore invalid user entries - [vk] prevent exceptions for broken/invalid photos - [vsco] fix `collection` extraction - [weibo] prevent exception for missing `playback_list` - [weibo] prevent errors when paginating over album entries
Diffstat (limited to 'net')
-rw-r--r--net/gallery-dl/Makefile4
-rw-r--r--net/gallery-dl/PLIST11
-rw-r--r--net/gallery-dl/distinfo8
3 files changed, 16 insertions, 7 deletions
diff --git a/net/gallery-dl/Makefile b/net/gallery-dl/Makefile
index 59652793ee1..4260ae6fa53 100644
--- a/net/gallery-dl/Makefile
+++ b/net/gallery-dl/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.87 2022/07/17 16:19:04 leot Exp $
+# $NetBSD: Makefile,v 1.88 2022/09/18 13:34:20 leot Exp $
-DISTNAME= gallery_dl-1.22.4
+DISTNAME= gallery_dl-1.23.1
PKGNAME= ${DISTNAME:S/_/-/}
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=g/gallery-dl/}
diff --git a/net/gallery-dl/PLIST b/net/gallery-dl/PLIST
index 783b1869186..9b6bbc69d03 100644
--- a/net/gallery-dl/PLIST
+++ b/net/gallery-dl/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.61 2022/07/17 16:19:04 leot Exp $
+@comment $NetBSD: PLIST,v 1.62 2022/09/18 13:34:20 leot Exp $
bin/gallery-dl
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -99,6 +99,9 @@ ${PYSITELIB}/gallery_dl/extractor/booru.pyo
${PYSITELIB}/gallery_dl/extractor/bunkr.py
${PYSITELIB}/gallery_dl/extractor/bunkr.pyc
${PYSITELIB}/gallery_dl/extractor/bunkr.pyo
+${PYSITELIB}/gallery_dl/extractor/catbox.py
+${PYSITELIB}/gallery_dl/extractor/catbox.pyc
+${PYSITELIB}/gallery_dl/extractor/catbox.pyo
${PYSITELIB}/gallery_dl/extractor/comicvine.py
${PYSITELIB}/gallery_dl/extractor/comicvine.pyc
${PYSITELIB}/gallery_dl/extractor/comicvine.pyo
@@ -198,6 +201,9 @@ ${PYSITELIB}/gallery_dl/extractor/hiperdex.pyo
${PYSITELIB}/gallery_dl/extractor/hitomi.py
${PYSITELIB}/gallery_dl/extractor/hitomi.pyc
${PYSITELIB}/gallery_dl/extractor/hitomi.pyo
+${PYSITELIB}/gallery_dl/extractor/hotleak.py
+${PYSITELIB}/gallery_dl/extractor/hotleak.pyc
+${PYSITELIB}/gallery_dl/extractor/hotleak.pyo
${PYSITELIB}/gallery_dl/extractor/idolcomplex.py
${PYSITELIB}/gallery_dl/extractor/idolcomplex.pyc
${PYSITELIB}/gallery_dl/extractor/idolcomplex.pyo
@@ -516,6 +522,9 @@ ${PYSITELIB}/gallery_dl/extractor/xvideos.pyo
${PYSITELIB}/gallery_dl/extractor/ytdl.py
${PYSITELIB}/gallery_dl/extractor/ytdl.pyc
${PYSITELIB}/gallery_dl/extractor/ytdl.pyo
+${PYSITELIB}/gallery_dl/extractor/zerochan.py
+${PYSITELIB}/gallery_dl/extractor/zerochan.pyc
+${PYSITELIB}/gallery_dl/extractor/zerochan.pyo
${PYSITELIB}/gallery_dl/formatter.py
${PYSITELIB}/gallery_dl/formatter.pyc
${PYSITELIB}/gallery_dl/formatter.pyo
diff --git a/net/gallery-dl/distinfo b/net/gallery-dl/distinfo
index 6c0a2c5f2f3..47417c9d07e 100644
--- a/net/gallery-dl/distinfo
+++ b/net/gallery-dl/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.83 2022/07/17 16:19:04 leot Exp $
+$NetBSD: distinfo,v 1.84 2022/09/18 13:34:20 leot Exp $
-BLAKE2s (gallery_dl-1.22.4.tar.gz) = b8b8ddbf974563e9220026cf88c6c244d06f7f9b0a891160032a2ae0ff944d74
-SHA512 (gallery_dl-1.22.4.tar.gz) = eea11794859a896ae297828e3a66549c26ff73f7b7d32cbfd3b272f63cec0d4959db257b5f9f498adc5ce3c374fb02114571afed77b3aa879488bb35025662f3
-Size (gallery_dl-1.22.4.tar.gz) = 458034 bytes
+BLAKE2s (gallery_dl-1.23.1.tar.gz) = 7ba3e9eaa2d5247287e49ba50e0731b89d512080210645be5f66d3c119c7e92a
+SHA512 (gallery_dl-1.23.1.tar.gz) = b5da0143ff78a25d7fd9b1ec128f4f54550a0b98065da0e2fcb37821b3fc5b21e38fd9e09a6381561fc91650213f275f5541bd9dfaca05468807035e87c16cf5
+Size (gallery_dl-1.23.1.tar.gz) = 468716 bytes