Thanks everyone I guess my next question I am mulling over is do I still need
custom refresh patterns ontop of the storeid text file items?
Sent from my iPhone
> On Jan 1, 2025, at 08:18, Amos Jeffries wrote:
>
> On 1/01/25 21:27, Robin Wood wrote:
>> I've not got time to read your whole email
On 1/01/25 21:27, Robin Wood wrote:
I've not got time to read your whole email, but you are asking about
regular expressions.
^http:\/\/[^\.]+\.dl\.sourceforge\.net\/(.*) http://
dl.sourceforge.net.squid.internal/$1
What this means is to match the first URL and "capture" the bit at the
end,
I've not got time to read your whole email, but you are asking about
regular expressions.
^http:\/\/[^\.]+\.dl\.sourceforge\.net\/(.*)
http://dl.sourceforge.net.squid.internal/$1
What this means is to match the first URL and "capture" the bit at the end,
the bit in brackets. This then gets rewrit