gallery-dl: Update net/gallery-dl to 1.3.4
Changes: 1.3.4 ----- * Added support for custom OAuth2 credentials for `pinterest` * Improved rate limit handling for `tumblr` extractors * Improved `hentaifoundry` extractors * Improved `imgur` URL patterns * Fixed miscellaneous extraction issues for `luscious` and `komikcast` * Removed `loveisover` and `spectrumnexus`
This commit is contained in:
parent
df90d85501
commit
c66bfbb8e1
3 changed files with 8 additions and 14 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.12 2018/04/07 16:36:24 leot Exp $
|
||||
# $NetBSD: Makefile,v 1.13 2018/04/21 09:25:16 leot Exp $
|
||||
|
||||
DISTNAME= gallery_dl-1.3.3
|
||||
DISTNAME= gallery_dl-1.3.4
|
||||
PKGNAME= ${DISTNAME:S/_/-/}
|
||||
CATEGORIES= net python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=g/gallery-dl/}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.9 2018/03/17 11:07:39 leot Exp $
|
||||
@comment $NetBSD: PLIST,v 1.10 2018/04/21 09:25:16 leot Exp $
|
||||
bin/gallery-dl
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
|
@ -180,9 +180,6 @@ ${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/loveisover.py
|
||||
${PYSITELIB}/gallery_dl/extractor/loveisover.pyc
|
||||
${PYSITELIB}/gallery_dl/extractor/loveisover.pyo
|
||||
${PYSITELIB}/gallery_dl/extractor/luscious.py
|
||||
${PYSITELIB}/gallery_dl/extractor/luscious.pyc
|
||||
${PYSITELIB}/gallery_dl/extractor/luscious.pyo
|
||||
|
@ -276,9 +273,6 @@ ${PYSITELIB}/gallery_dl/extractor/sensescans.pyo
|
|||
${PYSITELIB}/gallery_dl/extractor/slideshare.py
|
||||
${PYSITELIB}/gallery_dl/extractor/slideshare.pyc
|
||||
${PYSITELIB}/gallery_dl/extractor/slideshare.pyo
|
||||
${PYSITELIB}/gallery_dl/extractor/spectrumnexus.py
|
||||
${PYSITELIB}/gallery_dl/extractor/spectrumnexus.pyc
|
||||
${PYSITELIB}/gallery_dl/extractor/spectrumnexus.pyo
|
||||
${PYSITELIB}/gallery_dl/extractor/subapics.py
|
||||
${PYSITELIB}/gallery_dl/extractor/subapics.pyc
|
||||
${PYSITELIB}/gallery_dl/extractor/subapics.pyo
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.12 2018/04/07 16:36:24 leot Exp $
|
||||
$NetBSD: distinfo,v 1.13 2018/04/21 09:25:16 leot Exp $
|
||||
|
||||
SHA1 (gallery_dl-1.3.3.tar.gz) = a432d3d62761d0b76d9e2ba13a7d926e58ef65d7
|
||||
RMD160 (gallery_dl-1.3.3.tar.gz) = af7d6ed6fe0c415f55b8e07f931785ed4f1818e9
|
||||
SHA512 (gallery_dl-1.3.3.tar.gz) = be8023c24696c0c67d00a59f8e3a5605728b136ad50967fae5d8091544f1ed3572eca01e56b92b53c1f8ae24d8e32a9873436b2bdf6ac46b5dbfb7e7a2ca5433
|
||||
Size (gallery_dl-1.3.3.tar.gz) = 131052 bytes
|
||||
SHA1 (gallery_dl-1.3.4.tar.gz) = dc83cbbd9742631ac24bd41a8de07f378b0a72cf
|
||||
RMD160 (gallery_dl-1.3.4.tar.gz) = c0ab00db29355de2b05ec3f2dea61300cfdc6c10
|
||||
SHA512 (gallery_dl-1.3.4.tar.gz) = 57f73c0b977663106ed97fbc6806026e9fdd3154bb4b9153b083c7bcc6ce3c876df3a2f60ac3b9cbf44fbde64851e393128474044f619e5ef3c392a48af51a76
|
||||
Size (gallery_dl-1.3.4.tar.gz) = 131670 bytes
|
||||
SHA1 (patch-gallery__dl_version.py) = 2a6969dcfcf538cb6038795a9aa94d59c8b97553
|
||||
|
|
Loading…
Reference in a new issue