Lines Matching refs:url

64     my $url = "http://www.softwarepatch.pl/9999ccd06a4813cb827dbb0005071c71/$sourcefile";
71 wgetfile($sourcefile, $url);
81 my $url = "http://www.avermedia.com/software/$sourcefile";
90 wgetfile($sourcefile, $url);
101 my $url = "http://www.technotrend.de/new/217g/$sourcefile";
108 wgetfile($sourcefile, $url);
119 my $url = "http://technotrend.com.ua/download/software/219/$sourcefile";
126 wgetfile($sourcefile, $url);
137 my $url = "http://www.lifeview.hk/dbimages/document/$sourcefile";
144 wgetfile($sourcefile, $url);
155 my $url = "http://www.linuxtv.org/downloads/firmware/$sourcefile";
161 wgetfile($sourcefile, $url);
170 my $url = "http://hauppauge.lightpath.net/de/$sourcefile";
177 wgetfile($sourcefile, $url);
187 my $url = "http://hauppauge.lightpath.net/de/$sourcefile";
194 wgetfile($sourcefile, $url);
204 my $url = "http://hauppauge.lightpath.net/de/$sourcefile";
211 wgetfile($sourcefile, $url);
260 my $url = "http://www.twinhan.com/files/driver/USB-Ter/$sourcefile";
267 wgetfile($sourcefile, $url);
294 …my $url = "http://ao2.it/sites/default/files/blog/2012/11/06/linux-support-digicom-digitune-s-vp70…
299 wgetfile($fwfile, $url);
306 my $url = "http://www.linuxtv.org/downloads/firmware/dvb-usb-dibusb-5.0.0.11.fw";
312 wgetfile($outfile, $url);
320 my $url = "http://www.bbti.us/download/windows/$sourcefile";
327 wgetfile($sourcefile, $url);
337 my $url = "http://www.avermedia-usa.com/support/Drivers/$sourcefile";
344 wgetfile($sourcefile, $url);
354 my $url = "http://linuxtv.org/downloads/firmware/$fwfile";
359 wgetfile($fwfile, $url);
367 my $url = "http://linuxtv.org/downloads/firmware/$fwfile";
372 wgetfile($fwfile, $url);
379 my $url = "http://linuxtv.org/downloads/firmware/";
391 wgetfile($fwfile, "$url/$fwfile");
403 my $url = "ftp://ftp.work.acer-euro.com/desktop/aspire_idea510/vista/Drivers/$archive";
408 wgetfile($archive, $url);
453 my $url = "http://linuxtv.org/downloads/firmware/";
464 wgetfile($fwfile, "$url/$fwfile");
475 my $url = "http://linuxtv.org/downloads/firmware/";
485 wgetfile($fwfile, "$url/$fwfile");
497 my $url = "http://linuxtv.org/downloads/firmware/$fwfile";
502 wgetfile($fwfile, $url);
510 my $url = "http://linuxtv.org/downloads/firmware/$fwfile";
515 wgetfile($fwfile, $url);
522 my $url = "http://www.linuxtv.org/download/dvb/firmware/dvb-usb-bluebird-01.fw";
528 wgetfile($outfile, $url);
536 my $url = "http://www.ite.com.tw/EN/Services/$sourcefile";
546 wgetfile($sourcefile, $url);
569 my $url = "http://www.digitaldevices.de/download/";
580 wgetfile($file1, $url . $file1);
583 wgetfile($file2, $url . $file2);
594 my $url = "http://linux.terratec.de/files/TERRATEC_S7/$firmware";
596 wgetfile($firmware, $url);
644 my $url = "http://l4m-daten.de/files/";
653 wgetfile($zipfile, $url . $zipfile);
662 my $url = "http://www.wintvcd.co.uk/drivers/";
671 wgetfile($zipfile, $url . $zipfile);
680 my $url = "http://www.linuxtv.org/downloads/firmware/";
686 wgetfile($fwfile, $url . $fwfile);
693 my $url = "http://ftp.terratec.de/Receiver/Cinergy_HTC_Stick/Updates/History/";
702 wgetfile($zipfile, $url . $zipfile);
711 my $url = "http://www.ite.com.tw/uploads/firmware/v3.25.0.0/";
721 wgetfile($file1, $url . $file1);
725 wgetfile($file2, $url . $file2);
734 my $url = "ftp://ftp.pctvsystems.com/TV/driver/PCTV%2070e%2080e%20100e%20320e%20330e%20800e/";
741 wgetfile($sourcefile, $url . $sourcefile);
751 my $url = "ftp://ftp.pctvsystems.com/TV/driver/PCTV%2070e%2080e%20100e%20320e%20330e%20800e/";
758 wgetfile($sourcefile, $url . $sourcefile);
767 my $url = "http://steventoth.net/linux/sms1xxx/";
778 wgetfile($fwfile, "$url/$fwfile");
790 my $url = "http://www.hauppauge.de/files/drivers/";
797 wgetfile($sourcefile, $url . $sourcefile);
841 my ($sourcefile, $url) = @_;
844 system("wget -O \"$sourcefile\" \"$url\"") and die "wget failed - unable to download firmware";