Skip to content

Commit

Permalink
AU: 1 updated - clipgrab
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Oct 16, 2017
1 parent 5294b7e commit ed662c7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions automatic/clipgrab/clipgrab.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,22 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>clipgrab</id>
<version>3.6.5</version>
<version>3.6.6</version>
<title>Clipgrab</title>
<owners>chocolatey</owners>
<authors>Philipp Schmieder Medien</authors>
<licenseUrl>https://www.gnu.org/licenses/gpl.html</licenseUrl>
<projectUrl>http://clipgrab.de/</projectUrl>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/edba4a5849ff756e767cba86641bea97ff5721fe/icons/clipgrab.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>
<description><![CDATA[
ClipGrab is a free software for downloading and converting online videos from many sites like YouTube or Vimeo. ClipGrab can download from the following sites: YouTube, Clipfish, Collegehumor, Dailymotion, MyVideo, MySpass, Sevenload, Tudou, Vimeo. Downloaded videos can be converted to the following file formats: WMV, MPEG4, OGG Theora, MP3 (audio only), OGG Vorbis (audio only).
## Notes
- The Windows installer of Clipgrab contains the OpenCandy Adware which is reported by some Antivirus tools. However, OpenCandy newer gets installed in silent mode, so this package doesn’t install any unwanted Adware.
</description>
- The Windows installer of Clipgrab contains the OpenCandy Adware which is reported by some Antivirus tools. However, OpenCandy newer gets installed in silent mode, so this package doesn't install any unwanted Adware.
]]></description>
<summary>Download and convert online videos</summary>
<releaseNotes />
<copyright />
Expand Down
4 changes: 2 additions & 2 deletions automatic/clipgrab/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = 'clipgrab'
fileType = 'exe'
url = 'https://download.clipgrab.org/clipgrab-3.6.5-cgde.exe'
checksum = 'f28ef377725c65061860ff9b16452a88f3b94429fbf5d4ee4c140663dbb1a59b'
url = 'https://download.clipgrab.org/clipgrab-3.6.6-cgde.exe'
checksum = '9b6438fa0d8a298661a95c0f11f8312530180e403db207ffbe469f78097c76c3'
checksumType = 'sha256'
silentArgs = '/VERYSILENT'
validExitCodes = @(0)
Expand Down

0 comments on commit ed662c7

Please sign in to comment.