Skip to content

Commit

Permalink
gallery-dl: Update net/gallery-dl to 1.5.3
Browse files Browse the repository at this point in the history
Changes:
1.5.3
-----
- Added support for:
   + hentaicafe - https://hentai.cafe/ (#101)
   + bobx - http://www.bobx.com/dark/
- Added black-/whitelist options for post-processor modules
- Added support for tumblr inline videos (#102)
- Fixed extraction of smugmug albums without owner (#100)
- Fixed issues when using default config values with reddit extractors (#104)
- Fixed pagination for user favorites on sankaku (#106)
• Fixed a crash when processing deviantart journals (#108)
  • Loading branch information
iamleot committed Sep 14, 2018
1 parent ebc9bde commit cd92403
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 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.20 2018/08/31 19:18:59 leot Exp $
# $NetBSD: Makefile,v 1.21 2018/09/14 17:55:07 leot Exp $

DISTNAME= gallery_dl-1.5.2
DISTNAME= gallery_dl-1.5.3
PKGNAME= ${DISTNAME:S/_/-/}
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=g/gallery-dl/}
Expand Down
8 changes: 7 additions & 1 deletion net/gallery-dl/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.16 2018/08/31 19:18:59 leot Exp $
@comment $NetBSD: PLIST,v 1.17 2018/09/14 17:55:07 leot Exp $
bin/gallery-dl
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
Expand Down Expand Up @@ -75,6 +75,9 @@ ${PYSITELIB}/gallery_dl/extractor/b4k.pyo
${PYSITELIB}/gallery_dl/extractor/behance.py
${PYSITELIB}/gallery_dl/extractor/behance.pyc
${PYSITELIB}/gallery_dl/extractor/behance.pyo
${PYSITELIB}/gallery_dl/extractor/bobx.py
${PYSITELIB}/gallery_dl/extractor/bobx.pyc
${PYSITELIB}/gallery_dl/extractor/bobx.pyo
${PYSITELIB}/gallery_dl/extractor/booru.py
${PYSITELIB}/gallery_dl/extractor/booru.pyc
${PYSITELIB}/gallery_dl/extractor/booru.pyo
Expand Down Expand Up @@ -132,6 +135,9 @@ ${PYSITELIB}/gallery_dl/extractor/hbrowse.pyo
${PYSITELIB}/gallery_dl/extractor/hentai2read.py
${PYSITELIB}/gallery_dl/extractor/hentai2read.pyc
${PYSITELIB}/gallery_dl/extractor/hentai2read.pyo
${PYSITELIB}/gallery_dl/extractor/hentaicafe.py
${PYSITELIB}/gallery_dl/extractor/hentaicafe.pyc
${PYSITELIB}/gallery_dl/extractor/hentaicafe.pyo
${PYSITELIB}/gallery_dl/extractor/hentaifoundry.py
${PYSITELIB}/gallery_dl/extractor/hentaifoundry.pyc
${PYSITELIB}/gallery_dl/extractor/hentaifoundry.pyo
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.20 2018/08/31 19:18:59 leot Exp $
$NetBSD: distinfo,v 1.21 2018/09/14 17:55:07 leot Exp $

SHA1 (gallery_dl-1.5.2.tar.gz) = 1943afa464ba70fa088ca36c2bafbd21ef227d0a
RMD160 (gallery_dl-1.5.2.tar.gz) = f5e37ab67651d6bae6e66110885604fb5cb09bb6
SHA512 (gallery_dl-1.5.2.tar.gz) = 2d4e9cecd1703977642a597da1405824e36bf0dc29b0caf9679605e92c4fcfe5ac0b118a2e25673e46c41c07511cdb2f79f543066ef4811a055c819e868e9a0b
Size (gallery_dl-1.5.2.tar.gz) = 145203 bytes
SHA1 (gallery_dl-1.5.3.tar.gz) = 61a6cd4cffd7fc113cd6a26e6dca1c022c810ad6
RMD160 (gallery_dl-1.5.3.tar.gz) = 2779a424372dbaf3e8f34737769b3ee5d6531ab4
SHA512 (gallery_dl-1.5.3.tar.gz) = 8a740d69980967d36223cb24fe6333c8eae689ee2f729e6c8f19eb4a729c5f6c197bf5586d8b4e13931970d54b8572bbd9d041d25dc47cd6b03d596351738d24
Size (gallery_dl-1.5.3.tar.gz) = 147409 bytes
SHA1 (patch-gallery__dl_version.py) = 2a6969dcfcf538cb6038795a9aa94d59c8b97553

0 comments on commit cd92403

Please sign in to comment.