Skip to content

Commit

Permalink
Added URLTextSearcher to grab download URL.
Browse files Browse the repository at this point in the history
  • Loading branch information
homebysix committed Aug 29, 2016
1 parent b315e22 commit 78deed3
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions NeoFinder/NeoFinder.download.recipe
Expand Up @@ -10,8 +10,6 @@
<string>com.github.homebysix.download.NeoFinder</string>
<key>Input</key>
<dict>
<key>DOWNLOAD_URL</key>
<string>http://www.cdfinder.de/neofinder.zip</string>
<key>NAME</key>
<string>NeoFinder</string>
</dict>
Expand All @@ -22,8 +20,21 @@
<dict>
<key>Arguments</key>
<dict>
<key>re_pattern</key>
<string>\/updates\/neofinder\.([\d\.]+)\.zip</string>
<key>result_output_var_name</key>
<string>version</string>
<key>url</key>
<string>%DOWNLOAD_URL%</string>
<string>http://www.cdfinder.de/en/downloads.html</string>
</dict>
<key>Processor</key>
<string>URLTextSearcher</string>
</dict>
<dict>
<key>Arguments</key>
<dict>
<key>url</key>
<string>https://www.wfs-apps.de/updates/neofinder.%version%.zip</string>
</dict>
<key>Processor</key>
<string>URLDownloader</string>
Expand Down

0 comments on commit 78deed3

Please sign in to comment.