X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/63471e4788e0a305211b9d167568b8b63e97c51f..5ac59f021c1a4ccd4d97fe2ce132c30c0e45d137:/scripts/download.pl?ds=sidebyside diff --git a/scripts/download.pl b/scripts/download.pl index 9f46810a8..84c97cf9a 100755 --- a/scripts/download.pl +++ b/scripts/download.pl @@ -62,6 +62,9 @@ foreach my $mirror (@ARGV) { /type="radio" name="use_default" value="(\w+)" onclick="form\.submit\(\)"\/>/ and do { push @mirrors, "http://$1.dl.sourceforge.net/sourceforge/$sfpath"; }; + /Download/ and do { + push @mirrors, "http://$1.dl.sourceforge.net/sourceforge/$sfpath"; + }; } push @mirrors, "http://dl.sourceforge.net/sourceforge/$sfpath"; close SF;