mirror of
https://github.com/outbackdingo/openwrt.git
synced 2026-02-23 10:57:07 +00:00
Fit new sourceforge.net download page layout, thanks to Fabian Deutsch for reporting the bug and submitting the patch.
SVN-Revision: 3310
This commit is contained in:
@@ -59,6 +59,7 @@ foreach my $mirror (@ARGV) {
|
||||
my $sfpath = $1;
|
||||
open SF, "wget -t1 -q -O- 'http://prdownloads.sourceforge.net/$sfpath/$filename' |";
|
||||
while (<SF>) {
|
||||
/RADIO NAME=use_default VALUE=(\w+) OnClick="form\.submit\(\)">/ or
|
||||
/type="radio" name="use_default" value="(\w+)" onclick="form\.submit\(\)"\/>/ and do {
|
||||
push @mirrors, "http://$1.dl.sourceforge.net/sourceforge/$sfpath";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user