pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/gallery-dl gallery-dl: Update to 1.17.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/1c19e678ebb9
branches: trunk
changeset: 448143:1c19e678ebb9
user: leot <leot%pkgsrc.org@localhost>
date: Fri Mar 05 21:13:58 2021 +0000
description:
gallery-dl: Update to 1.17.0
Changes:
1.17.0
------
### Additions
- [cyberdrop] add support for `https://cyberdrop.me/` (#1328)
- [exhentai] add `metadata` option; extract more metadata from gallery
pages (#1325)
- [hentaicafe] add `search` and `tag` extractors (#1345)
- [hentainexus] add `original` option (#1322)
- [instagram] support `/user/reels/` URLs (#1329)
- [naverwebtoon] add support for `https://comic.naver.com/` (#1331)
- [pixiv] add `translated-tags` option (#1354)
- [tbib] add support for `https://tbib.org/` (#473, #1082)
- [tumblrgallery] add support for `https://tumblrgallery.xyz/` (#1298)
- [twitter] add extractor for followed users (#1337)
- [twitter] add option to download all media from conversations (#1319)
- [wallhaven] add `collections` extractor (#1351)
- [snap] allow access to user's .netrc for site authentication (#1352)
- add extractors for Gelbooru v0.1 sites (#234, #426, #473, #767, #1238)
- add `-E/--extractor-info` command-line option (#875)
- add GitHub Actions workflow for building standalone executables (#1312)
- add `browser` and `headers` options (#1117)
- add option to use different youtube-dl forks (#1330)
- support using multiple input files at once (#1353)
### Changes
- [deviantart] extend `extra` option to also download embedded DeviantArt
posts.
- [exhentai] rename metadata fields to match API results (#1325)
- [mangadex] use `api.mangadex.org` as default API server
- [mastodon] cache OAuth tokens (#616)
- replace `wait-min` and `wait-max` with `sleep-request`
### Fixes
- [500px] skip unavailable photos (#1335)
- [komikcast] fix extraction
- [readcomiconline] download high quality image versions (#1347)
- [twitter] update GraphQL endpoints
- fix crash when `base-directory` is an empty string (#1339)
### Removals
- remove support for formerly deprecated options
- remove `cloudflare` module
diffstat:
net/gallery-dl/Makefile | 4 ++--
net/gallery-dl/PLIST | 20 ++++++++++++++++----
net/gallery-dl/distinfo | 10 +++++-----
3 files changed, 23 insertions(+), 11 deletions(-)
diffs (90 lines):
diff -r 948a110736ab -r 1c19e678ebb9 net/gallery-dl/Makefile
--- a/net/gallery-dl/Makefile Fri Mar 05 19:31:19 2021 +0000
+++ b/net/gallery-dl/Makefile Fri Mar 05 21:13:58 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.74 2021/02/14 20:19:57 leot Exp $
+# $NetBSD: Makefile,v 1.75 2021/03/05 21:13:58 leot Exp $
-DISTNAME= gallery_dl-1.16.5
+DISTNAME= gallery_dl-1.17.0
PKGNAME= ${DISTNAME:S/_/-/}
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=g/gallery-dl/}
diff -r 948a110736ab -r 1c19e678ebb9 net/gallery-dl/PLIST
--- a/net/gallery-dl/PLIST Fri Mar 05 19:31:19 2021 +0000
+++ b/net/gallery-dl/PLIST Fri Mar 05 21:13:58 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.51 2021/02/14 20:19:57 leot Exp $
+@comment $NetBSD: PLIST,v 1.52 2021/03/05 21:13:58 leot Exp $
bin/gallery-dl
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -15,9 +15,6 @@
${PYSITELIB}/gallery_dl/cache.py
${PYSITELIB}/gallery_dl/cache.pyc
${PYSITELIB}/gallery_dl/cache.pyo
-${PYSITELIB}/gallery_dl/cloudflare.py
-${PYSITELIB}/gallery_dl/cloudflare.pyc
-${PYSITELIB}/gallery_dl/cloudflare.pyo
${PYSITELIB}/gallery_dl/config.py
${PYSITELIB}/gallery_dl/config.pyc
${PYSITELIB}/gallery_dl/config.pyo
@@ -87,6 +84,9 @@
${PYSITELIB}/gallery_dl/extractor/common.py
${PYSITELIB}/gallery_dl/extractor/common.pyc
${PYSITELIB}/gallery_dl/extractor/common.pyo
+${PYSITELIB}/gallery_dl/extractor/cyberdrop.py
+${PYSITELIB}/gallery_dl/extractor/cyberdrop.pyc
+${PYSITELIB}/gallery_dl/extractor/cyberdrop.pyo
${PYSITELIB}/gallery_dl/extractor/danbooru.py
${PYSITELIB}/gallery_dl/extractor/danbooru.pyc
${PYSITELIB}/gallery_dl/extractor/danbooru.pyo
@@ -132,6 +132,12 @@
${PYSITELIB}/gallery_dl/extractor/gelbooru.py
${PYSITELIB}/gallery_dl/extractor/gelbooru.pyc
${PYSITELIB}/gallery_dl/extractor/gelbooru.pyo
+${PYSITELIB}/gallery_dl/extractor/gelbooru_v01.py
+${PYSITELIB}/gallery_dl/extractor/gelbooru_v01.pyc
+${PYSITELIB}/gallery_dl/extractor/gelbooru_v01.pyo
+${PYSITELIB}/gallery_dl/extractor/gelbooru_v02.py
+${PYSITELIB}/gallery_dl/extractor/gelbooru_v02.pyc
+${PYSITELIB}/gallery_dl/extractor/gelbooru_v02.pyo
${PYSITELIB}/gallery_dl/extractor/gfycat.py
${PYSITELIB}/gallery_dl/extractor/gfycat.pyc
${PYSITELIB}/gallery_dl/extractor/gfycat.pyo
@@ -267,6 +273,9 @@
${PYSITELIB}/gallery_dl/extractor/naver.py
${PYSITELIB}/gallery_dl/extractor/naver.pyc
${PYSITELIB}/gallery_dl/extractor/naver.pyo
+${PYSITELIB}/gallery_dl/extractor/naverwebtoon.py
+${PYSITELIB}/gallery_dl/extractor/naverwebtoon.pyc
+${PYSITELIB}/gallery_dl/extractor/naverwebtoon.pyo
${PYSITELIB}/gallery_dl/extractor/newgrounds.py
${PYSITELIB}/gallery_dl/extractor/newgrounds.pyc
${PYSITELIB}/gallery_dl/extractor/newgrounds.pyo
@@ -384,6 +393,9 @@
${PYSITELIB}/gallery_dl/extractor/tumblr.py
${PYSITELIB}/gallery_dl/extractor/tumblr.pyc
${PYSITELIB}/gallery_dl/extractor/tumblr.pyo
+${PYSITELIB}/gallery_dl/extractor/tumblrgallery.py
+${PYSITELIB}/gallery_dl/extractor/tumblrgallery.pyc
+${PYSITELIB}/gallery_dl/extractor/tumblrgallery.pyo
${PYSITELIB}/gallery_dl/extractor/twitter.py
${PYSITELIB}/gallery_dl/extractor/twitter.pyc
${PYSITELIB}/gallery_dl/extractor/twitter.pyo
diff -r 948a110736ab -r 1c19e678ebb9 net/gallery-dl/distinfo
--- a/net/gallery-dl/distinfo Fri Mar 05 19:31:19 2021 +0000
+++ b/net/gallery-dl/distinfo Fri Mar 05 21:13:58 2021 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.71 2021/02/14 20:19:57 leot Exp $
+$NetBSD: distinfo,v 1.72 2021/03/05 21:13:58 leot Exp $
-SHA1 (gallery_dl-1.16.5.tar.gz) = e1cbaa27815019ba97715b3f48c566ca2ea6d78d
-RMD160 (gallery_dl-1.16.5.tar.gz) = cd28ae944f800658b9b03c0a1d4dc4b7878a30c4
-SHA512 (gallery_dl-1.16.5.tar.gz) = 9e176553bf0af60480695e6b0e4135daa759a166e1b89f468c9bb04ace38e9a8549bd9daab52a125c559373765f1fd42430ca9801cfc54820b451cc9ef762759
-Size (gallery_dl-1.16.5.tar.gz) = 334277 bytes
+SHA1 (gallery_dl-1.17.0.tar.gz) = eb654ad04c2a15a1a76d76b890637e5a5d2f321a
+RMD160 (gallery_dl-1.17.0.tar.gz) = 57904ddde861014cd0ea98dbade2069e5eae5b41
+SHA512 (gallery_dl-1.17.0.tar.gz) = 4d511623ab1be001847ca8e1e9666c7ba6982b62d96d681ce8ac17e3a7b9eccf49fee06fc89234ffc3b1e24ba24bede20c0cccfcef09bc99d009c995fcbb5314
+Size (gallery_dl-1.17.0.tar.gz) = 339138 bytes
SHA1 (patch-gallery__dl_version.py) = 47f3ec344a68e771996ed8022519dcefee4db86d
Home |
Main Index |
Thread Index |
Old Index