diff options
author | leot <leot@pkgsrc.org> | 2019-09-08 20:16:13 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2019-09-08 20:16:13 +0000 |
commit | 6b01733d1d3da692c7e14b747b0844923cba9c60 (patch) | |
tree | 8187712a88cdd4f7ab7923ecc5c08b436124a496 /net/gallery-dl/PLIST | |
parent | 4815a6ecdbe8f8542bbf0ad7f785992a1c31f986 (diff) | |
download | pkgsrc-6b01733d1d3da692c7e14b747b0844923cba9c60.tar.gz |
gallery-dl: Update to 1.10.4
Changes:
1.10.4
------
### Additions
- Support for
- `lineblog` (#404)
- `fuskator` (#407)
- `ugoira` option for `danbooru` to download pre-rendered ugoira
animations (#406)
### Fixes
- Download the correct files from `twitter` replies (#403)
- Prevent crash when trying to use unavailable downloader modules (#405)
- Fix `pixiv` authentication (#411)
- Improve `exhentai` image limit checks
- Miscellaneous fixes for `hentaicafe`, `simplyhentai`, `tumblr`
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 4ac70d4a22b..004964e91d0 100644 --- a/net/gallery-dl/PLIST +++ b/net/gallery-dl/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.32 2019/08/01 21:40:15 leot Exp $ +@comment $NetBSD: PLIST,v 1.33 2019/09/08 20:16:13 leot Exp $ bin/gallery-dl ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt @@ -120,6 +120,9 @@ ${PYSITELIB}/gallery_dl/extractor/foolfuuka.pyo ${PYSITELIB}/gallery_dl/extractor/foolslide.py ${PYSITELIB}/gallery_dl/extractor/foolslide.pyc ${PYSITELIB}/gallery_dl/extractor/foolslide.pyo +${PYSITELIB}/gallery_dl/extractor/fuskator.py +${PYSITELIB}/gallery_dl/extractor/fuskator.pyc +${PYSITELIB}/gallery_dl/extractor/fuskator.pyo ${PYSITELIB}/gallery_dl/extractor/gelbooru.py ${PYSITELIB}/gallery_dl/extractor/gelbooru.pyc ${PYSITELIB}/gallery_dl/extractor/gelbooru.pyo @@ -195,6 +198,9 @@ ${PYSITELIB}/gallery_dl/extractor/komikcast.pyo ${PYSITELIB}/gallery_dl/extractor/konachan.py ${PYSITELIB}/gallery_dl/extractor/konachan.pyc ${PYSITELIB}/gallery_dl/extractor/konachan.pyo +${PYSITELIB}/gallery_dl/extractor/lineblog.py +${PYSITELIB}/gallery_dl/extractor/lineblog.pyc +${PYSITELIB}/gallery_dl/extractor/lineblog.pyo ${PYSITELIB}/gallery_dl/extractor/livedoor.py ${PYSITELIB}/gallery_dl/extractor/livedoor.pyc ${PYSITELIB}/gallery_dl/extractor/livedoor.pyo |