gallery-dl: Update to 1.13.1
Changes: 1.13.1 ------ ### Additions - [hentaihand] add extractors (#605) - [hiperdex] add chapter and manga extractors (#606) - [oauth] implement option to write DeviantArt refresh-tokens to cache (#616) - [downloader:http] add more MIME types for `.bmp` and `.rar` files (#621, #628) - warn about expired cookies ### Fixes - [bcy] fix partial image URLs (#613) - [danbooru] fix Ugoira downloads and metadata - [deviantart] check availability of `/intermediary/` URLs (#609) - [hitomi] follow multiple redirects & fix image URLs - [piczel] improve and update - [tumblr] replace `-` with ` ` in tag searches (#611) - [vsco] update gallery URL pattern - fix `--verbose` and `--quiet` command-line options
This commit is contained in:
parent
f4af2e42cc
commit
9557583976
3 changed files with 14 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.50 2020/02/17 11:00:51 leot Exp $
|
||||
# $NetBSD: Makefile,v 1.51 2020/03/01 21:16:59 leot Exp $
|
||||
|
||||
DISTNAME= gallery_dl-1.13.0
|
||||
DISTNAME= gallery_dl-1.13.1
|
||||
PKGNAME= ${DISTNAME:S/_/-/}
|
||||
CATEGORIES= net python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=g/gallery-dl/}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.37 2020/02/17 11:00:51 leot Exp $
|
||||
@comment $NetBSD: PLIST,v 1.38 2020/03/01 21:16:59 leot Exp $
|
||||
bin/gallery-dl
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
|
@ -147,12 +147,18 @@ ${PYSITELIB}/gallery_dl/extractor/hentaifoundry.pyo
|
|||
${PYSITELIB}/gallery_dl/extractor/hentaifox.py
|
||||
${PYSITELIB}/gallery_dl/extractor/hentaifox.pyc
|
||||
${PYSITELIB}/gallery_dl/extractor/hentaifox.pyo
|
||||
${PYSITELIB}/gallery_dl/extractor/hentaihand.py
|
||||
${PYSITELIB}/gallery_dl/extractor/hentaihand.pyc
|
||||
${PYSITELIB}/gallery_dl/extractor/hentaihand.pyo
|
||||
${PYSITELIB}/gallery_dl/extractor/hentaihere.py
|
||||
${PYSITELIB}/gallery_dl/extractor/hentaihere.pyc
|
||||
${PYSITELIB}/gallery_dl/extractor/hentaihere.pyo
|
||||
${PYSITELIB}/gallery_dl/extractor/hentainexus.py
|
||||
${PYSITELIB}/gallery_dl/extractor/hentainexus.pyc
|
||||
${PYSITELIB}/gallery_dl/extractor/hentainexus.pyo
|
||||
${PYSITELIB}/gallery_dl/extractor/hiperdex.py
|
||||
${PYSITELIB}/gallery_dl/extractor/hiperdex.pyc
|
||||
${PYSITELIB}/gallery_dl/extractor/hiperdex.pyo
|
||||
${PYSITELIB}/gallery_dl/extractor/hitomi.py
|
||||
${PYSITELIB}/gallery_dl/extractor/hitomi.pyc
|
||||
${PYSITELIB}/gallery_dl/extractor/hitomi.pyo
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.48 2020/02/17 11:00:51 leot Exp $
|
||||
$NetBSD: distinfo,v 1.49 2020/03/01 21:16:59 leot Exp $
|
||||
|
||||
SHA1 (gallery_dl-1.13.0.tar.gz) = 055777f3189c6213b3f2ea72be1b24d1e56cd96b
|
||||
RMD160 (gallery_dl-1.13.0.tar.gz) = 279bba5bb196075071b3e93735cc8974eb2a9584
|
||||
SHA512 (gallery_dl-1.13.0.tar.gz) = 956ff5c705c5772c3c388eef27e49028a9df673384b922e5491716b690548dcb9c1495df1f7c1839e51243e53815e7656c256b39e3c62d581ccc7bb87cd63436
|
||||
Size (gallery_dl-1.13.0.tar.gz) = 257739 bytes
|
||||
SHA1 (gallery_dl-1.13.1.tar.gz) = 3c711ed69a56c2354d4d65af853b84b0ff6a60d0
|
||||
RMD160 (gallery_dl-1.13.1.tar.gz) = 48386640e031a3d2f40b02151d40949eb77d51a7
|
||||
SHA512 (gallery_dl-1.13.1.tar.gz) = 5515d0f7d30bad463235472156d00d4449223384d47c4fb7b26d3d9a6dd24552243995a273680a4a2e5815e23ffb3721dea4fdae8d1726698463b065391859eb
|
||||
Size (gallery_dl-1.13.1.tar.gz) = 262445 bytes
|
||||
SHA1 (patch-gallery__dl_version.py) = bcfd1666f21b9c050908a7e5592dfbce3b8791ce
|
||||
|
|
Loading…
Reference in a new issue