diff options
author | leot <leot@pkgsrc.org> | 2019-06-01 19:33:12 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2019-06-01 19:33:12 +0000 |
commit | 26fbe40a0d0360e04738bacb67417ac886d2c2bc (patch) | |
tree | 2d6c94e0cfb359a73b936654881267e213a63b62 /net/gallery-dl/PLIST | |
parent | 20779a85c9ef520620b2a359b5e0e5d52d6e8c94 (diff) | |
download | pkgsrc-26fbe40a0d0360e04738bacb67417ac886d2c2bc.tar.gz |
gallery-dl: Update to 1.8.5
Changes:
1.8.5
-----
### Additions
- Support for
- `keenspot` (#223)
- `sankakucomplex` (#258)
- `folders` option for `deviantart` to add a list of containing folders to
each file's metadata (#276)
- `captcha` option for `kissmanga` and `readcomiconline` to control CAPTCHA
handling (#279)
- `filename` metadata for files downloaded with youtube-dl (#291)
### Changes
- Adjust `wallhaven` extractors to new page layout:
- use API and add `api-key` option
- removed traditional login support
- Provide original filenames for `patreon` downloads (#268)
- Use e-hentai.org or exhentai.org depending on input URL (#278)
### Fixes
- Fix pagination over `sankaku` popular listings (#265)
- Fix folder and collection extraction on `deviantart` (#271)
- Detect "AreYouHuman" redirects on `readcomiconline` (#279)
- Miscellaneous fixes for `hentainexus`, `livedoor`, `ngomik`
Diffstat (limited to 'net/gallery-dl/PLIST')
-rw-r--r-- | net/gallery-dl/PLIST | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net/gallery-dl/PLIST b/net/gallery-dl/PLIST index 891bb7c5356..6b42a87e21e 100644 --- a/net/gallery-dl/PLIST +++ b/net/gallery-dl/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.27 2019/05/17 22:47:24 leot Exp $ +@comment $NetBSD: PLIST,v 1.28 2019/06/01 19:33:12 leot Exp $ bin/gallery-dl ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt @@ -168,6 +168,9 @@ ${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/keenspot.py +${PYSITELIB}/gallery_dl/extractor/keenspot.pyc +${PYSITELIB}/gallery_dl/extractor/keenspot.pyo ${PYSITELIB}/gallery_dl/extractor/khinsider.py ${PYSITELIB}/gallery_dl/extractor/khinsider.pyc ${PYSITELIB}/gallery_dl/extractor/khinsider.pyo @@ -282,6 +285,9 @@ ${PYSITELIB}/gallery_dl/extractor/safebooru.pyo ${PYSITELIB}/gallery_dl/extractor/sankaku.py ${PYSITELIB}/gallery_dl/extractor/sankaku.pyc ${PYSITELIB}/gallery_dl/extractor/sankaku.pyo +${PYSITELIB}/gallery_dl/extractor/sankakucomplex.py +${PYSITELIB}/gallery_dl/extractor/sankakucomplex.pyc +${PYSITELIB}/gallery_dl/extractor/sankakucomplex.pyo ${PYSITELIB}/gallery_dl/extractor/seiga.py ${PYSITELIB}/gallery_dl/extractor/seiga.pyc ${PYSITELIB}/gallery_dl/extractor/seiga.pyo |