Lines Matching refs:url

51     my $url = "http://www.softwarepatch.pl/9999ccd06a4813cb827dbb0005071c71/$sourcefile";
58 wgetfile($sourcefile, $url);
68 my $url = "http://www.avermedia.com/software/$sourcefile";
77 wgetfile($sourcefile, $url);
88 my $url = "http://www.technotrend.de/new/217g/$sourcefile";
95 wgetfile($sourcefile, $url);
106 my $url = "http://technotrend.com.ua/download/software/219/$sourcefile";
113 wgetfile($sourcefile, $url);
124 my $url = "http://www.lifeview.hk/dbimages/document/$sourcefile";
131 wgetfile($sourcefile, $url);
142 my $url = "https://linuxtv.org/downloads/firmware/$sourcefile";
148 wgetfile($sourcefile, $url);
157 my $url = "http://hauppauge.lightpath.net/de/$sourcefile";
164 wgetfile($sourcefile, $url);
174 my $url = "http://hauppauge.lightpath.net/de/$sourcefile";
181 wgetfile($sourcefile, $url);
191 my $url = "http://hauppauge.lightpath.net/de/$sourcefile";
198 wgetfile($sourcefile, $url);
247 my $url = "http://www.twinhan.com/files/driver/USB-Ter/$sourcefile";
254 wgetfile($sourcefile, $url);
281 …my $url = "http://ao2.it/sites/default/files/blog/2012/11/06/linux-support-digicom-digitune-s-vp70…
286 wgetfile($fwfile, $url);
293 my $url = "https://linuxtv.org/downloads/firmware/dvb-usb-dibusb-5.0.0.11.fw";
299 wgetfile($outfile, $url);
307 my $url = "http://www.bbti.us/download/windows/$sourcefile";
314 wgetfile($sourcefile, $url);
324 my $url = "http://www.avermedia-usa.com/support/Drivers/$sourcefile";
331 wgetfile($sourcefile, $url);
341 my $url = "https://linuxtv.org/downloads/firmware/$fwfile";
346 wgetfile($fwfile, $url);
354 my $url = "https://linuxtv.org/downloads/firmware/$fwfile";
359 wgetfile($fwfile, $url);
366 my $url = "https://linuxtv.org/downloads/firmware/";
378 wgetfile($fwfile, "$url/$fwfile");
390 my $url = "ftp://ftp.work.acer-euro.com/desktop/aspire_idea510/vista/Drivers/$archive";
395 wgetfile($archive, $url);
440 my $url = "https://linuxtv.org/downloads/firmware/";
451 wgetfile($fwfile, "$url/$fwfile");
462 my $url = "https://linuxtv.org/downloads/firmware/";
472 wgetfile($fwfile, "$url/$fwfile");
484 my $url = "https://linuxtv.org/downloads/firmware/$fwfile";
489 wgetfile($fwfile, $url);
497 my $url = "https://linuxtv.org/downloads/firmware/$fwfile";
502 wgetfile($fwfile, $url);
509 my $url = "https://linuxtv.org/download/dvb/firmware/dvb-usb-bluebird-01.fw";
515 wgetfile($outfile, $url);
523 my $url = "http://www.ite.com.tw/EN/Services/$sourcefile";
533 wgetfile($sourcefile, $url);
556 my $url = "http://www.digitaldevices.de/download/";
567 wgetfile($file1, $url . $file1);
570 wgetfile($file2, $url . $file2);
581 my $url = "http://linux.terratec.de/files/TERRATEC_S7/$firmware";
583 wgetfile($firmware, $url);
631 my $url = "http://l4m-daten.de/files/";
640 wgetfile($zipfile, $url . $zipfile);
649 my $url = "http://www.wintvcd.co.uk/drivers/";
658 wgetfile($zipfile, $url . $zipfile);
667 my $url = "https://linuxtv.org/downloads/firmware/";
673 wgetfile($fwfile, $url . $fwfile);
680 my $url = "http://ftp.terratec.de/Receiver/Cinergy_HTC_Stick/Updates/History/";
689 wgetfile($zipfile, $url . $zipfile);
698 my $url = "http://www.ite.com.tw/uploads/firmware/v3.25.0.0/";
708 wgetfile($file1, $url . $file1);
712 wgetfile($file2, $url . $file2);
721 my $url = "ftp://ftp.pctvsystems.com/TV/driver/PCTV%2070e%2080e%20100e%20320e%20330e%20800e/";
728 wgetfile($sourcefile, $url . $sourcefile);
738 my $url = "ftp://ftp.pctvsystems.com/TV/driver/PCTV%2070e%2080e%20100e%20320e%20330e%20800e/";
745 wgetfile($sourcefile, $url . $sourcefile);
754 my $url = "http://steventoth.net/linux/sms1xxx/";
765 wgetfile($fwfile, "$url/$fwfile");
777 my $url = "http://www.hauppauge.de/files/drivers/";
784 wgetfile($sourcefile, $url . $sourcefile);
828 my ($sourcefile, $url) = @_;
831 system("wget -O \"$sourcefile\" \"$url\"") and die "wget failed - unable to download firmware";