Skip to content

Commit

Permalink
gallery-dl: Update to 1.10.2
Browse files Browse the repository at this point in the history
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`
  • Loading branch information
iamleot committed Aug 23, 2019
1 parent 6a8380f commit 518806c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions net/gallery-dl/Makefile
Original file line number Diff line number Diff line change
@@ -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/}
Expand Down
10 changes: 5 additions & 5 deletions net/gallery-dl/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 518806c

Please sign in to comment.