diff options
author | leot <leot@pkgsrc.org> | 2019-08-23 21:28:34 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2019-08-23 21:28:34 +0000 |
commit | cfeff544b2a4ebe404c83e928199d81485ffae74 (patch) | |
tree | d7a5aafd20ad132db2355611502a62a8d2c5d280 /net/gallery-dl | |
parent | 63a846f52e3e88b29ea3314bf6a644984903c827 (diff) | |
download | pkgsrc-cfeff544b2a4ebe404c83e928199d81485ffae74.tar.gz |
gallery-dl: Update to 1.10.2
Changes:
1.10.2
======
### Additions
- Support for `instagram` stories and IGTV (#371, #373)
- Support for individual `imgbb` images (#363)
- `deviantart.quality` option to set the JPEG compression quality for newer
images (#369)
- `enumerate` option for `extractor.skip` (#306)
- `adjust-extensions` option to control filename extension adjustments
- `path-remove` option to remove control characters etc. from filesystem
paths
### Changes
- Rename `restrict-filenames` to `path-restrict`
- Adjust `pixiv` metadata and default filename format (#366)
- Set `filename` to `"{category}_{user[id]}_{id}{suffix}.{extension}"` to
restore the old default
- Improve and optimize directory and filename generation
### Fixes
- Allow the `classify` post-processor to handle files with unknown filename
extension (#138)
- Fix rate limit handling for OAuth APIs (#368)
- Fix artwork and scraps extraction on `deviantart` (#376, #392)
- Distinguish between `imgur` album and gallery URLs (#380)
- Prevent crash when using `--ugoira-conv` (#382)
- Handle multi-image posts on `patreon` (#383)
- Miscellaneous fixes for `*reactor`, `simplyhentai`
Diffstat (limited to 'net/gallery-dl')
-rw-r--r-- | net/gallery-dl/Makefile | 4 | ||||
-rw-r--r-- | net/gallery-dl/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/net/gallery-dl/Makefile b/net/gallery-dl/Makefile index a3517380c6e..550bbbb3d9e 100644 --- a/net/gallery-dl/Makefile +++ b/net/gallery-dl/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.39 2019/08/05 20:50:45 leot Exp $ +# $NetBSD: Makefile,v 1.40 2019/08/23 21:28:34 leot Exp $ -DISTNAME= gallery_dl-1.10.1 +DISTNAME= gallery_dl-1.10.2 PKGNAME= ${DISTNAME:S/_/-/} CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_PYPI:=g/gallery-dl/} diff --git a/net/gallery-dl/distinfo b/net/gallery-dl/distinfo index 0c2cb37b178..a967ce0139d 100644 --- a/net/gallery-dl/distinfo +++ b/net/gallery-dl/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.37 2019/08/05 20:50:45 leot Exp $ +$NetBSD: distinfo,v 1.38 2019/08/23 21:28:34 leot Exp $ -SHA1 (gallery_dl-1.10.1.tar.gz) = 3460ec45bbc787e71caefac6a532fed6345d0c72 -RMD160 (gallery_dl-1.10.1.tar.gz) = 40ea12b2669137f688c29ad9bf1562773a8c460b -SHA512 (gallery_dl-1.10.1.tar.gz) = abd668deae33a5df205358c959c6b50764dcb53d4c118c18f9f5a29bbc48a431bd9a761cdc9ca652067dba7dbdc15892ed1b8e5f154dffa695d259191d24c577 -Size (gallery_dl-1.10.1.tar.gz) = 220226 bytes +SHA1 (gallery_dl-1.10.2.tar.gz) = 790c4345d13ebcdf8d055aa850ada4fbff1726fc +RMD160 (gallery_dl-1.10.2.tar.gz) = 88ffaf75c9da572eb25047ef0c1e3081eb2cc398 +SHA512 (gallery_dl-1.10.2.tar.gz) = ad7e6a1edeb0c038521754003bbe4e9115fb8ca9b38a060ccb723778f39c18a6001d2d0ca6e051ec1d091f32c1021c8a1d67f6efccaf3360aa2a34d9ee637d1d +Size (gallery_dl-1.10.2.tar.gz) = 223974 bytes SHA1 (patch-gallery__dl_version.py) = 140cf782ac60597849b6efca686b12b737bc1956 |