Downloads:
19,108
Downloads of v 2019.12.14:
193
Last Update:
14 Dec 2019
Package Maintainer(s):
Software Author(s):
- Nandaka
Tags:
pixivutil2 pixiv batch download downloader- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
PixivUtil2
This is not the latest version of PixivUtil2 available.
- 1
- 2
- 3
2019.12.14 | Updated: 14 Dec 2019
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
19,108
Downloads of v 2019.12.14:
193
Maintainer(s):
Software Author(s):
- Nandaka
PixivUtil2 2019.12.14
This is not the latest version of PixivUtil2 available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Nandaka. The inclusion of Nandaka trademark(s), if any, upon this webpage is solely to identify Nandaka goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install PixivUtil2, run the following command from the command line or from PowerShell:
To upgrade PixivUtil2, run the following command from the command line or from PowerShell:
To uninstall PixivUtil2, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download pixivutil2 --internalize --version=2019.12.14 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade pixivutil2 -y --source="'INTERNAL REPO URL'" --version="'2019.12.14'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade pixivutil2 -y --source="'INTERNAL REPO URL'" --version="'2019.12.14'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install pixivutil2
win_chocolatey:
name: pixivutil2
version: '2019.12.14'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'pixivutil2' do
action :install
source 'INTERNAL REPO URL'
version '2019.12.14'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller pixivutil2
{
Name = "pixivutil2"
Version = "2019.12.14"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'pixivutil2':
ensure => '2019.12.14',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 14 Dec 2019.
Batch downloader for Pixiv. Download images by member id, tags, bookmarks. Supports downloading Ugoira (either as .zip or .ugoira)
$commProgs = [environment]::getfolderpath('CommonPrograms')
$userProgs = [environment]::getfolderpath('Programs')
Remove-Item "$commProgs\PixivUtil2.lnk"
Remove-Item "$userProgs\PixivUtil2.lnk"
Log in or click on link to see number of positives.
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
PixivUtil2 2021.11.04 | 332 | Thursday, November 4, 2021 | Approved | |
PixivUtil2 2021.10.30 | 95 | Sunday, October 31, 2021 | Approved | |
PixivUtil2 2021.10.20 | 72 | Wednesday, October 20, 2021 | Approved | |
PixivUtil2 2021.04.21 | 101 | Wednesday, April 21, 2021 | Approved | |
PixivUtil2 2021.03.26 | 96 | Friday, March 26, 2021 | Approved | |
PixivUtil2 2021.01.28 | 118 | Thursday, January 28, 2021 | Approved | |
PixivUtil2 2020.11.30 | 105 | Monday, November 30, 2020 | Approved | |
PixivUtil2 2020.10.31 | 117 | Saturday, October 31, 2020 | Approved | |
PixivUtil2 2020.10.25 | 104 | Sunday, October 25, 2020 | Approved | |
PixivUtil2 2020.10.24 | 116 | Sunday, October 25, 2020 | Approved | |
PixivUtil2 2020.10.06 | 110 | Tuesday, October 6, 2020 | Approved | |
PixivUtil2 2020.09.15 | 149 | Tuesday, September 15, 2020 | Approved | |
PixivUtil2 2020.07.26 | 144 | Monday, July 27, 2020 | Approved | |
PixivUtil2 2020.07.12 | 139 | Sunday, July 12, 2020 | Approved | |
PixivUtil2 2020.05.24 | 155 | Sunday, May 24, 2020 | Approved | |
PixivUtil2 2020.04.24 | 172 | Friday, April 24, 2020 | Approved | |
PixivUtil2 2020.03.07 | 173 | Saturday, April 4, 2020 | Approved | |
PixivUtil2 2020.01.25 | 155 | Monday, February 24, 2020 | Approved | |
PixivUtil2 2019.12.15 | 188 | Monday, December 16, 2019 | Approved | |
PixivUtil2 2019.12.14 | 193 | Saturday, December 14, 2019 | Approved | |
PixivUtil2 2019.11.18 | 198 | Monday, November 18, 2019 | Approved | |
PixivUtil2 2019.11.16 | 218 | Saturday, November 16, 2019 | Approved | |
PixivUtil2 2019.11.11 | 197 | Monday, November 11, 2019 | Approved | |
PixivUtil2 2019.09.17 | 246 | Thursday, September 19, 2019 | Approved | |
PixivUtil2 2019.09.07 | 183 | Monday, September 23, 2019 | Approved | |
PixivUtil2 2019.07.12 | 253 | Friday, July 12, 2019 | Approved | |
PixivUtil2 2019.06.06 | 226 | Friday, June 7, 2019 | Approved | |
PixivUtil2 2019.05.29 | 209 | Thursday, May 30, 2019 | Approved | |
PixivUtil2 2019.05.28 | 189 | Wednesday, May 29, 2019 | Approved | |
PixivUtil2 2019.05.26 | 203 | Sunday, May 26, 2019 | Approved | |
PixivUtil2 2019.05.23 | 201 | Thursday, May 23, 2019 | Approved | |
PixivUtil2 2019.05.01 | 275 | Wednesday, May 1, 2019 | Approved | |
PixivUtil2 2019.04.16 | 230 | Tuesday, April 16, 2019 | Approved | |
PixivUtil2 2019.04.01 | 205 | Monday, April 1, 2019 | Approved | |
PixivUtil2 2019.03.21 | 220 | Tuesday, March 26, 2019 | Approved | |
PixivUtil2 2019.03.19 | 199 | Tuesday, March 19, 2019 | Approved | |
PixivUtil2 2019.03.16 | 215 | Saturday, March 16, 2019 | Approved | |
PixivUtil2 2019.03.01 | 232 | Friday, March 1, 2019 | Approved | |
PixivUtil2 2019.02.12 | 273 | Tuesday, February 12, 2019 | Approved | |
PixivUtil2 2019.01.20 | 228 | Sunday, January 20, 2019 | Approved | |
PixivUtil2 2019.01.19 | 197 | Saturday, January 19, 2019 | Approved | |
PixivUtil2 2019.01.08 | 232 | Tuesday, January 8, 2019 | Approved | |
PixivUtil2 2018.12.12 | 224 | Friday, January 4, 2019 | Approved | |
PixivUtil2 2018.07.26 | 318 | Thursday, July 26, 2018 | Approved | |
PixivUtil2 2018.07.02 | 279 | Monday, July 2, 2018 | Approved | |
PixivUtil2 2018.06.07 | 318 | Saturday, June 9, 2018 | Approved | |
PixivUtil2 2018.04.14 | 316 | Sunday, April 15, 2018 | Approved | |
PixivUtil2 2018.03.16 | 362 | Saturday, March 17, 2018 | Approved | |
PixivUtil2 2018.02.18 | 327 | Tuesday, February 20, 2018 | Approved | |
PixivUtil2 2018.01.18 | 377 | Tuesday, January 23, 2018 | Approved | |
PixivUtil2 2017.12.16 | 412 | Tuesday, January 2, 2018 | Approved | |
PixivUtil2 2017.11.27 | 385 | Friday, December 1, 2017 | Approved | |
PixivUtil2 2017.10.06 | 419 | Tuesday, October 24, 2017 | Approved | |
PixivUtil2 2017.07.05 | 451 | Tuesday, August 8, 2017 | Approved | |
PixivUtil2 2017.04.11 | 420 | Saturday, April 15, 2017 | Approved | |
PixivUtil2 2017.02.20 | 406 | Thursday, March 9, 2017 | Approved | |
PixivUtil2 2017.01.31 | 409 | Thursday, February 2, 2017 | Approved | |
PixivUtil2 2016.12.05 | 427 | Friday, December 9, 2016 | Approved | |
PixivUtil2 2016.11.24 | 465 | Saturday, December 3, 2016 | Approved | |
PixivUtil2 2016.10.12 | 452 | Thursday, October 27, 2016 | Approved | |
PixivUtil2 2016.09.27 | 386 | Wednesday, September 28, 2016 | Approved | |
PixivUtil2 2016.08.14 | 445 | Tuesday, August 16, 2016 | Approved | |
PixivUtil2 2016.08.06 | 461 | Tuesday, August 9, 2016 | Approved | |
PixivUtil2 2016.07.26 | 424 | Friday, August 5, 2016 | Approved | |
PixivUtil2 2016.07.11 | 404 | Sunday, July 17, 2016 | Approved | |
PixivUtil2 2016.06.13 | 433 | Thursday, June 23, 2016 | Approved | |
PixivUtil2 2016.05.13 | 458 | Monday, May 16, 2016 | Approved | |
PixivUtil2 2016.04.21 | 440 | Wednesday, May 4, 2016 | Approved | |
PixivUtil2 2015.11.12 | 393 | Thursday, January 14, 2016 | Approved |
Copyright (c) 2011, Nandaka
This package has no dependencies.
Ground Rules:
- This discussion is only about PixivUtil2 and the PixivUtil2 package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or PixivUtil2, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.