Skip to content

Commit

Permalink
Merge pull request #609 from homebysix/pureref
Browse files Browse the repository at this point in the history
Adjust method for retrieving PureRef downloadKey
  • Loading branch information
homebysix authored Sep 25, 2023
2 parents c15c145 + bd53a5c commit 6064ada
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion PureRef/PureRef.download.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<key>Arguments</key>
<dict>
<key>re_pattern</key>
<string>var key = "(.+)";</string>
<string>"%version%",\s+"(.+)",\s+\[</string>
<key>result_output_var_name</key>
<string>download_key</string>
<key>url</key>
Expand All @@ -43,6 +43,19 @@
<key>Processor</key>
<string>URLTextSearcher</string>
</dict>
<dict>
<key>Arguments</key>
<dict>
<key>re_pattern</key>
<string>(.+)</string>
<key>result_output_var_name</key>
<string>download_key</string>
<key>url</key>
<string>https://www.pureref.com/expirekey.php?downloadKey=%download_key%</string>
</dict>
<key>Processor</key>
<string>URLTextSearcher</string>
</dict>
<dict>
<key>Arguments</key>
<dict>
Expand Down

0 comments on commit 6064ada

Please sign in to comment.