Skip to content

Commit

Permalink
gallery-dl: Update to 1.6.2
Browse files Browse the repository at this point in the history
Changes:
1.6.2
-----
- Added support for:
  - `instagram` - https://www.instagram.com (#134)
- Added support for multiple items on sta.sh pages (#113)
- Added option to download `tumblr` avatars (#137)
- Changed defaults for visited post types and inline media on `tumblr`
- Improved inline extraction of `tumblr` posts (#133, #137)
- Improved error handling and retry behavior of all API calls
- Improved handling of missing fields in format strings (#136)
- Fixed hash extraction for unusual `tumblr` URLs (#129)
- Fixed image subdomains for `hitomi` galleries (#142)
- Fixed and improved miscellaneous issues for `kissmanga` (#20), `luscious`,
  `mangapark`, `readcomiconline`
  • Loading branch information
iamleot committed Jan 1, 2019
1 parent 2522535 commit ee7e9bd
Show file tree
Hide file tree
Showing 3 changed files with 11 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.24 2018/11/28 19:56:58 leot Exp $
# $NetBSD: Makefile,v 1.25 2019/01/01 20:09:26 leot Exp $

DISTNAME= gallery_dl-1.6.1
DISTNAME= gallery_dl-1.6.2
PKGNAME= ${DISTNAME:S/_/-/}
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=g/gallery-dl/}
Expand Down
5 changes: 4 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.19 2018/11/28 19:56:58 leot Exp $
@comment $NetBSD: PLIST,v 1.20 2019/01/01 20:09:26 leot Exp $
bin/gallery-dl
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
Expand Down Expand Up @@ -168,6 +168,9 @@ ${PYSITELIB}/gallery_dl/extractor/imgth.pyo
${PYSITELIB}/gallery_dl/extractor/imgur.py
${PYSITELIB}/gallery_dl/extractor/imgur.pyc
${PYSITELIB}/gallery_dl/extractor/imgur.pyo
${PYSITELIB}/gallery_dl/extractor/instagram.py
${PYSITELIB}/gallery_dl/extractor/instagram.pyc
${PYSITELIB}/gallery_dl/extractor/instagram.pyo
${PYSITELIB}/gallery_dl/extractor/jaiminisbox.py
${PYSITELIB}/gallery_dl/extractor/jaiminisbox.pyc
${PYSITELIB}/gallery_dl/extractor/jaiminisbox.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.23 2018/11/28 19:56:58 leot Exp $
$NetBSD: distinfo,v 1.24 2019/01/01 20:09:26 leot Exp $

SHA1 (gallery_dl-1.6.1.tar.gz) = b921c418a2d24d5694ee8d6edb4412d016eb9d8b
RMD160 (gallery_dl-1.6.1.tar.gz) = 5854d0f7c6f661db1a53bf4e51845a1642891619
SHA512 (gallery_dl-1.6.1.tar.gz) = 58060613452a8ab948da85a695ba3afe98a922888859eee430452132102f12b5e46ea29685d3a699a74459551df5dca1885a332aa159afe650d91442b957b977
Size (gallery_dl-1.6.1.tar.gz) = 155105 bytes
SHA1 (gallery_dl-1.6.2.tar.gz) = 047ae4c76d24640d7f74c1cc0f9a0f82149ceb81
RMD160 (gallery_dl-1.6.2.tar.gz) = 4c1508db85f8f9af711129d3fef596905d9dbff3
SHA512 (gallery_dl-1.6.2.tar.gz) = 715f6259a66480ab2b4f83a35d549f21dffcbf202ecbd3005cb0ac8c3e91ac6e9fd945ef541b7e3f45cf02973a8dfb8c202adc5effbe6d470e3fba68012b2178
Size (gallery_dl-1.6.2.tar.gz) = 157545 bytes
SHA1 (patch-gallery__dl_version.py) = 2a6969dcfcf538cb6038795a9aa94d59c8b97553

0 comments on commit ee7e9bd

Please sign in to comment.