From 1a123c2cf49eec35e0607a41712845f05b2e93b3 Mon Sep 17 00:00:00 2001 From: roratonet Date: Tue, 31 Jul 2018 21:38:45 +0200 Subject: [PATCH] Modified URLTextSearcher pattern and URLDownloader string Modified the URLTextSearcher pattern and URLDownloader string to download from the standard WireShark server instead of mirrors --- Wireshark/Wireshark.download.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Wireshark/Wireshark.download.recipe b/Wireshark/Wireshark.download.recipe index 0ea5f06..a349c87 100644 --- a/Wireshark/Wireshark.download.recipe +++ b/Wireshark/Wireshark.download.recipe @@ -21,7 +21,7 @@ url https://www.wireshark.org/download.html re_pattern - href="(?P<match>https?:\/\/[^"]*/?osx/Wireshark[^"]*Intel[^"]*64\.dmg)" + href="https:\/\/[^"]*(?P<match>osx/Wireshark[^"]*Intel[^"]*64\.dmg)" re_flags IGNORECASE @@ -34,7 +34,7 @@ Arguments url - %match% + https://www.wireshark.org/download/%match% filename %NAME%.dmg