mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 14:09:42 +02:00
fix download script for sourceforge urls
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3019 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
90fe1e2220
commit
a5375929b9
@ -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";
|
||||
};
|
||||
/<a href="\/.+\?use_mirror=(\w+)"><b>Download/ and do {
|
||||
push @mirrors, "http://$1.dl.sourceforge.net/sourceforge/$sfpath";
|
||||
};
|
||||
}
|
||||
push @mirrors, "http://dl.sourceforge.net/sourceforge/$sfpath";
|
||||
close SF;
|
||||
|
Loading…
Reference in New Issue
Block a user