Skip to content

Commit

Permalink
Merge pull request #65 from roratonet/patch-1
Browse files Browse the repository at this point in the history
Modified URLTextSearcher pattern and URLDownloader string
  • Loading branch information
onecooltaco authored Nov 6, 2018
2 parents 35e4d03 + 1a123c2 commit c22095e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Wireshark/Wireshark.download.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<key>url</key>
<string>https://www.wireshark.org/download.html</string>
<key>re_pattern</key>
<string>href="(?P&lt;match&gt;https?:\/\/[^"]*/?osx/Wireshark[^"]*Intel[^"]*64\.dmg)"</string>
<string>href="https:\/\/[^"]*(?P&lt;match&gt;osx/Wireshark[^"]*Intel[^"]*64\.dmg)"</string>
<key>re_flags</key>
<array>
<string>IGNORECASE</string>
Expand All @@ -34,7 +34,7 @@
<key>Arguments</key>
<dict>
<key>url</key>
<string>%match%</string>
<string>https://www.wireshark.org/download/%match%</string>
<key>filename</key>
<string>%NAME%.dmg</string>
</dict>
Expand Down

0 comments on commit c22095e

Please sign in to comment.