diff options
author | leot <leot@pkgsrc.org> | 2020-07-18 17:17:04 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2020-07-18 17:17:04 +0000 |
commit | bf83c3372d51987ebbae81e7e694e2a77cee78f9 (patch) | |
tree | f7d72822f5b99f7ae9bd164f1e18735f0b121a4a /net/gallery-dl/PLIST | |
parent | 18b7280ed62aee6ec142465f3ed70bf22eadc568 (diff) | |
download | pkgsrc-bf83c3372d51987ebbae81e7e694e2a77cee78f9.tar.gz |
gallery-dl: Update to 1.14.3
Changes:
1.14.3
------
### Additions
- [8muses] support `comics.8muses.com` URLs
- [artstation] add `following` extractor (#888)
- [exhentai] add `domain` option (#897)
- [gfycat] add `user` and `search` extractors
- [imgur] support all `/t/...` URLs (#880)
- [khinsider] add `format` option (#840)
- [mangakakalot] add `manga` and `chapter` extractors (#876)
- [redgifs] support `gifsdeliverynetwork.com` URLs (#874)
- [subscribestar] add `user` and `post` extractors (#852)
- [twitter] add support for nitter.net URLs (#890)
- add Zsh completion script (#150)
### Fixes
- [gfycat] retry 404'ed videos on redgifs.com (#874)
- [newgrounds] fix favorites extraction
- [patreon] yield images and attachments before post files (#871)
- [reddit] fix AttributeError when using `recursion` (#879)
- [twitter] raise proper exception if a user doesn't exist (#891)
- defer directory creation (#722)
- set pseudo extension for Metadata messages (#865)
- prevent exception on Cloudflare challenges (#868)
Diffstat (limited to 'net/gallery-dl/PLIST')
-rw-r--r-- | net/gallery-dl/PLIST | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/net/gallery-dl/PLIST b/net/gallery-dl/PLIST index d827cf599bf..a0a7306f088 100644 --- a/net/gallery-dl/PLIST +++ b/net/gallery-dl/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.42 2020/05/31 19:47:01 leot Exp $ +@comment $NetBSD: PLIST,v 1.43 2020/07/18 17:17:04 leot Exp $ bin/gallery-dl ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt @@ -237,6 +237,9 @@ ${PYSITELIB}/gallery_dl/extractor/mangafox.pyo ${PYSITELIB}/gallery_dl/extractor/mangahere.py ${PYSITELIB}/gallery_dl/extractor/mangahere.pyc ${PYSITELIB}/gallery_dl/extractor/mangahere.pyo +${PYSITELIB}/gallery_dl/extractor/mangakakalot.py +${PYSITELIB}/gallery_dl/extractor/mangakakalot.pyc +${PYSITELIB}/gallery_dl/extractor/mangakakalot.pyo ${PYSITELIB}/gallery_dl/extractor/mangapanda.py ${PYSITELIB}/gallery_dl/extractor/mangapanda.pyc ${PYSITELIB}/gallery_dl/extractor/mangapanda.pyo @@ -372,6 +375,9 @@ ${PYSITELIB}/gallery_dl/extractor/smugmug.pyo ${PYSITELIB}/gallery_dl/extractor/speakerdeck.py ${PYSITELIB}/gallery_dl/extractor/speakerdeck.pyc ${PYSITELIB}/gallery_dl/extractor/speakerdeck.pyo +${PYSITELIB}/gallery_dl/extractor/subscribestar.py +${PYSITELIB}/gallery_dl/extractor/subscribestar.pyc +${PYSITELIB}/gallery_dl/extractor/subscribestar.pyo ${PYSITELIB}/gallery_dl/extractor/test.py ${PYSITELIB}/gallery_dl/extractor/test.pyc ${PYSITELIB}/gallery_dl/extractor/test.pyo @@ -468,3 +474,4 @@ ${PYSITELIB}/gallery_dl/version.pyo man/man1/gallery-dl.1 man/man5/gallery-dl.conf.5 share/bash-completion/completions/gallery-dl +share/zsh/site-functions/_gallery-dl |