From d578d899b5b6a8ba103257c376421eb9738e0339 Mon Sep 17 00:00:00 2001 From: leot Date: Fri, 19 Jul 2019 20:38:40 +0000 Subject: gallery-dl: Update to 1.9.0 Changes: 1.9.0 ----- ### Additions - Support for - `erolord` (#326) - Add login support for `instagram` (#195) - Add `--no-download` and `extractor.*.download` disable file downloads (#220) - Add `-A/--abort` to specify the number of consecutive download skips before aborting - Interpret `-1` as infinite retries (#300) - Implement custom log message formats per log-level (#304) - Implement an `mtime` post-processor that sets file modification times according to metadata fields (#332) - Implement a `twitter.content` option to enable tweet text extraction (#333, #338) - Enable `date-min/-max/-format` options for `tumblr` (#337) ### Changes - Set file modification times according to their `Last-Modified` header when downloading (#236, #277) - Use `--no-mtime` or `downloader.*.mtime` to disable this behavior - Duplicate download URLs are no longer silently ignored (controllable with `extractor.*.image-unique`) - Deprecate `--abort-on-skip` ### Fixes - Retry downloads on OpenSSL exceptions (#324) - Ignore unavailable pins on `sexcom` instead of raising an exception (#325) - Use Firefox's SSL/TLS ciphers to prevent Cloudflare CAPTCHAs (#342) - Improve folder name matching on `deviantart` (#343) - Forward cookies to `youtube-dl` to allow downloading private videos - Miscellaneous fixes for `35photo`, `500px`, `newgrounds`, `simplyhentai` --- net/gallery-dl/Makefile | 4 ++-- net/gallery-dl/PLIST | 8 +++++++- net/gallery-dl/distinfo | 10 +++++----- 3 files changed, 14 insertions(+), 8 deletions(-) (limited to 'net') diff --git a/net/gallery-dl/Makefile b/net/gallery-dl/Makefile index 76e563032ce..adfc033a692 100644 --- a/net/gallery-dl/Makefile +++ b/net/gallery-dl/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.36 2019/06/30 19:28:59 leot Exp $ +# $NetBSD: Makefile,v 1.37 2019/07/19 20:38:40 leot Exp $ -DISTNAME= gallery_dl-1.8.7 +DISTNAME= gallery_dl-1.9.0 PKGNAME= ${DISTNAME:S/_/-/} CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_PYPI:=g/gallery-dl/} diff --git a/net/gallery-dl/PLIST b/net/gallery-dl/PLIST index 25e2c0f44c8..a06746c365e 100644 --- a/net/gallery-dl/PLIST +++ b/net/gallery-dl/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.30 2019/06/30 19:28:59 leot Exp $ +@comment $NetBSD: PLIST,v 1.31 2019/07/19 20:38:40 leot Exp $ bin/gallery-dl ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt @@ -99,6 +99,9 @@ ${PYSITELIB}/gallery_dl/extractor/dynastyscans.pyo ${PYSITELIB}/gallery_dl/extractor/e621.py ${PYSITELIB}/gallery_dl/extractor/e621.pyc ${PYSITELIB}/gallery_dl/extractor/e621.pyo +${PYSITELIB}/gallery_dl/extractor/erolord.py +${PYSITELIB}/gallery_dl/extractor/erolord.pyc +${PYSITELIB}/gallery_dl/extractor/erolord.pyo ${PYSITELIB}/gallery_dl/extractor/exhentai.py ${PYSITELIB}/gallery_dl/extractor/exhentai.pyc ${PYSITELIB}/gallery_dl/extractor/exhentai.pyo @@ -390,6 +393,9 @@ ${PYSITELIB}/gallery_dl/postprocessor/exec.pyo ${PYSITELIB}/gallery_dl/postprocessor/metadata.py ${PYSITELIB}/gallery_dl/postprocessor/metadata.pyc ${PYSITELIB}/gallery_dl/postprocessor/metadata.pyo +${PYSITELIB}/gallery_dl/postprocessor/mtime.py +${PYSITELIB}/gallery_dl/postprocessor/mtime.pyc +${PYSITELIB}/gallery_dl/postprocessor/mtime.pyo ${PYSITELIB}/gallery_dl/postprocessor/ugoira.py ${PYSITELIB}/gallery_dl/postprocessor/ugoira.pyc ${PYSITELIB}/gallery_dl/postprocessor/ugoira.pyo diff --git a/net/gallery-dl/distinfo b/net/gallery-dl/distinfo index 9da93959b73..ffdd7e75693 100644 --- a/net/gallery-dl/distinfo +++ b/net/gallery-dl/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.34 2019/06/30 19:28:59 leot Exp $ +$NetBSD: distinfo,v 1.35 2019/07/19 20:38:40 leot Exp $ -SHA1 (gallery_dl-1.8.7.tar.gz) = a6db61652708e0a5fadb79891e64db60deed3b6d -RMD160 (gallery_dl-1.8.7.tar.gz) = 9b5bb6c2b03f1958a6380599e897f9bc19567953 -SHA512 (gallery_dl-1.8.7.tar.gz) = c2846f2fb1523dac7b5287365195ba34db2f8a84b264543c234276dad4b414320b8962640b9f03124c2b65ad8ce6e0c3cad2984ec5d71c49aee68e16d2552c04 -Size (gallery_dl-1.8.7.tar.gz) = 212600 bytes +SHA1 (gallery_dl-1.9.0.tar.gz) = 9aa6ffe7189843e646f82188f22771b64c8076c4 +RMD160 (gallery_dl-1.9.0.tar.gz) = faa2cdc59327d446dd2a77d360b40f2e8b73fafe +SHA512 (gallery_dl-1.9.0.tar.gz) = 7facea1846af427d8afb28b4cd8fea627974b0a777a6018231615dc561ac7c95d95d8da16e7ac3947d3abbd27c0bf5c4b4b732e5f79f6e45530922baa4ddec28 +Size (gallery_dl-1.9.0.tar.gz) = 216014 bytes SHA1 (patch-gallery__dl_version.py) = 140cf782ac60597849b6efca686b12b737bc1956 -- cgit v1.2.3