Giter Club home page Giter Club logo

zentral-recipes's Issues

Nova download recipe will not work when new updates are released

The download URL used by the Nova download recipe is static, and won't work for versions other than 1.0.

I had Nova recipes waiting in the wings for the official release โ€” if you want, I could post and maintain mine, or I could submit a PR to yours that utilizes URLTextSearcher. Up to you.

Netiquette.download.recipe

The search pattern finds the latest version (which is hosted on GitHub), but latest does not exist in the Bitbucket repo.

 'RE_PATTERN': '(?P<dl_filename>(Netiquette_(\\d*\\.?)*).zip)',
 'SEARCH_URL': 'https://objective-see.com/products/netiquette.html',
 'verbose': 3}
URLTextSearcher
{'Input': {'re_pattern': '(?P<dl_filename>(Netiquette_(\\d*\\.?)*).zip)',
           'result_output_var_name': 'dl_filename',
           'url': 'https://objective-see.com/products/netiquette.html'}}
URLTextSearcher: Found matching text (dl_filename): Netiquette_1.2.0.zip
{'Output': {'dl_filename': 'Netiquette_1.2.0.zip'}}
URLDownloader
{'Input': {'CHECK_FILESIZE_ONLY': True,
           'url': 'https://bitbucket.org/objective-see/deploy/downloads/Netiquette_1.2.0.zip'}}
URLDownloader: No value supplied for prefetch_filename, setting default value of: False
Traceback (most recent call last):
  File "/Library/AutoPkg/autopkglib/URLGetter.py", line 177, in execute_curl
    errors=errors,
  File "/Library/AutoPkg/Python3/Python.framework/Versions/Current/lib/python3.7/subprocess.py", line 512, in run
    output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['/usr/bin/curl', '--silent', '--show-error', '--no-buffer', '--dump-header', '-', '--speed-time', '30', '--location', '--url', 'https://bitbucket.org/objective-see/deploy/downloads/Netiquette_1.2.0.zip', '--fail', '--output', '/Users/ladmin/Library/AutoPkg/Cache/com.github.zentralpro.download.netiquette/downloads/tmp6oceacn2']' returned non-zero exit status 22.

Perhaps switch the recipe to use GitHubReleasesInfoProvider processor? Or a polite nudge to Patrick Wardle?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.