add missing copyright info
[openwrt.git] / openwrt / scripts / download.pl
index 84c97cf..fd55ba2 100755 (executable)
@@ -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";
                        };
This page took 0.022488 seconds and 4 git commands to generate.