pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/gallery-dl gallery-dl: Update to 1.23.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/23037fb0f7da
branches:  trunk
changeset: 385518:23037fb0f7da
user:      leot <leot%pkgsrc.org@localhost>
date:      Sun Sep 18 13:34:20 2022 +0000

description:
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:

 net/gallery-dl/Makefile |   4 ++--
 net/gallery-dl/PLIST    |  11 ++++++++++-
 net/gallery-dl/distinfo |   8 ++++----
 3 files changed, 16 insertions(+), 7 deletions(-)

diffs (64 lines):

diff -r 2894dcbeaa70 -r 23037fb0f7da net/gallery-dl/Makefile
--- a/net/gallery-dl/Makefile   Sun Sep 18 13:03:11 2022 +0000
+++ b/net/gallery-dl/Makefile   Sun Sep 18 13:34:20 2022 +0000
@@ -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 -r 2894dcbeaa70 -r 23037fb0f7da net/gallery-dl/PLIST
--- a/net/gallery-dl/PLIST      Sun Sep 18 13:03:11 2022 +0000
+++ b/net/gallery-dl/PLIST      Sun Sep 18 13:34:20 2022 +0000
@@ -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/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/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/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 -r 2894dcbeaa70 -r 23037fb0f7da net/gallery-dl/distinfo
--- a/net/gallery-dl/distinfo   Sun Sep 18 13:03:11 2022 +0000
+++ b/net/gallery-dl/distinfo   Sun Sep 18 13:34:20 2022 +0000
@@ -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



Home | Main Index | Thread Index | Old Index