diff options
author | leot <leot@pkgsrc.org> | 2021-05-09 09:00:32 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2021-05-09 09:00:32 +0000 |
commit | a8dd2a090571ba4b6ebbd2d824e33b236daeaaad (patch) | |
tree | 37cf35d217f9ada193ca206bcac4d44220b62276 /net/gallery-dl/PLIST | |
parent | 54df57fdbdf3f168251d9c78501910ad78e2c043 (diff) | |
download | pkgsrc-a8dd2a090571ba4b6ebbd2d824e33b236daeaaad.tar.gz |
gallery-dl: Update to 1.17.4
Changes:
## 1.17.4 - 2021-05-07
### Additions
- [gelbooru] add extractor for `/redirect.php` URLs #1530
- [inkbunny] add `favorite` extractor #1521
- add `output.skip` option
- add an optional argument to `--clear-cache` to select which cache entries
to remove #1230
### Changes
- [pixiv] update `translated-tags` option #1507
- rename to `tags`
- accept `"japanese"`, `"translated"`, and `"original"` as values
### Fixes
- [500px] update query hashes
- [kemonoparty] fix download URLs #1514
- [imagebam] fix extraction
- [instagram] update query hashes
- [nozomi] update default archive-fmt for `tag` and `search` extractors (#1529)
- [pixiv] remove duplicate translated tags (#1507)
- [readcomiconline] change domain to `readcomiconline.li` (#1517)
- [sankaku] update invalid-token detection (#1515)
- fix crash when using `--no-download` with `--ugoira-conv` (#1507)
## 1.17.3 - 2021-04-25
### Additions
- [danbooru] add option for extended metadata extraction (#1458)
- [fanbox] add extractors (#1459)
- [fantia] add extractors (#1459)
- [gelbooru] add an option to extract notes (#1457)
- [hentaicosplays] add extractor (#907, #1473, #1483)
- [instagram] add extractor for `tagged` posts (#1439)
- [naverwebtoon] ignore non-comic images
- [pixiv] also save untranslated tags when `translated-tags` is enabled (#1501)
- [shopify] support omgmiamiswimwear.com (#1280)
- implement `output.fallback` option
- add archive format to InfoJob output (#875)
- build executables with SOCKS proxy support (#1424)
### Fixes
- [500px] update query hashes
- [8muses] fix JSON deobfuscation
- [artstation] download `/4k/` images (#1422)
- [deviantart] fix pagination for Eclipse results (#1444)
- [deviantart] improve folder name matching (#1451)
- [erome] skip deleted albums (#1447)
- [exhentai] fix image limit detection (#1437)
- [exhentai] restore `limits` option (#1487)
- [gelbooru] fix tag category extraction (#1455)
- [instagram] update query hashes
- [komikcast] fix extraction
- [simplyhentai] fix extraction
- [slideshare] fix extraction
- [webtoons] update agegate/GDPR cookies (#1431)
- fix `category-transfer` option
### Removals
- [yuki] remove module for yuki.la
Diffstat (limited to 'net/gallery-dl/PLIST')
-rw-r--r-- | net/gallery-dl/PLIST | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/net/gallery-dl/PLIST b/net/gallery-dl/PLIST index f3aa23d8281..a4bbab61918 100644 --- a/net/gallery-dl/PLIST +++ b/net/gallery-dl/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.54 2021/04/02 20:05:39 leot Exp $ +@comment $NetBSD: PLIST,v 1.55 2021/05/09 09:00:32 leot Exp $ bin/gallery-dl ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt @@ -114,6 +114,12 @@ ${PYSITELIB}/gallery_dl/extractor/exhentai.pyo ${PYSITELIB}/gallery_dl/extractor/fallenangels.py ${PYSITELIB}/gallery_dl/extractor/fallenangels.pyc ${PYSITELIB}/gallery_dl/extractor/fallenangels.pyo +${PYSITELIB}/gallery_dl/extractor/fanbox.py +${PYSITELIB}/gallery_dl/extractor/fanbox.pyc +${PYSITELIB}/gallery_dl/extractor/fanbox.pyo +${PYSITELIB}/gallery_dl/extractor/fantia.py +${PYSITELIB}/gallery_dl/extractor/fantia.pyc +${PYSITELIB}/gallery_dl/extractor/fantia.pyo ${PYSITELIB}/gallery_dl/extractor/flickr.py ${PYSITELIB}/gallery_dl/extractor/flickr.pyc ${PYSITELIB}/gallery_dl/extractor/flickr.pyo @@ -147,6 +153,9 @@ ${PYSITELIB}/gallery_dl/extractor/hbrowse.pyo ${PYSITELIB}/gallery_dl/extractor/hentai2read.py ${PYSITELIB}/gallery_dl/extractor/hentai2read.pyc ${PYSITELIB}/gallery_dl/extractor/hentai2read.pyo +${PYSITELIB}/gallery_dl/extractor/hentaicosplays.py +${PYSITELIB}/gallery_dl/extractor/hentaicosplays.pyc +${PYSITELIB}/gallery_dl/extractor/hentaicosplays.pyo ${PYSITELIB}/gallery_dl/extractor/hentaifoundry.py ${PYSITELIB}/gallery_dl/extractor/hentaifoundry.pyc ${PYSITELIB}/gallery_dl/extractor/hentaifoundry.pyo @@ -432,9 +441,6 @@ ${PYSITELIB}/gallery_dl/extractor/xhamster.pyo ${PYSITELIB}/gallery_dl/extractor/xvideos.py ${PYSITELIB}/gallery_dl/extractor/xvideos.pyc ${PYSITELIB}/gallery_dl/extractor/xvideos.pyo -${PYSITELIB}/gallery_dl/extractor/yuki.py -${PYSITELIB}/gallery_dl/extractor/yuki.pyc -${PYSITELIB}/gallery_dl/extractor/yuki.pyo ${PYSITELIB}/gallery_dl/job.py ${PYSITELIB}/gallery_dl/job.pyc ${PYSITELIB}/gallery_dl/job.pyo |