Hello.

I'm trying to get vcf files from a site and it seems that wildcards doesn't 
work properly with -A option.

I've tried many diffferent parameter values and here are the results i got and 
results i expected:

I tried to get 3 files and got none:
wget --follow-tags a -r -l 0 -L -I /portal 
-A"vcard.vcf?cmpid=4681418&catid=20","YP5?id=4681418&catid=20","YP1?keyword=Apteki&city=%C5%81%C3%B3dzkie&kw=c&catid=20"
 
"http://www.pf.pl/portal/YP1?keyword=Apteki&city=%C5%81%C3%B3dzkie&kw=c&catid=20";

I got: 
  wget downloaded only the main file: 
"YP1?keyword=Apteki&city=%C5%81%C3%B3dzkie&kw=c&catid=20" and deleted it 
afterwards.
I expected:
  web get should downloas 3 files:
  "YP1?keyword=Apteki&city=%C5%81%C3%B3dzkie&kw=c&catid=20",
  "YP5?id=4681418&catid=20" becouse it linked with YP1... file,
  "vcard.vcf?cmpid=4681418&catid=20" becouse it is linked with YP5 file.

When i use wildcards istead of filenames i get the same results:
wget --follow-tags a -r -l 0 -L -I /portal 
-A"vcard.vcf*catid=20","YP5*catid=20","YP1?keyword=Apteki&city=*dzkie*catid=20*"
 
"http://www.pf.pl/portal/YP1?keyword=Apteki&city=%C5%81%C3%B3dzkie&kw=c&catid=20";

Wget shold get all the files that are linked with URL and match one of patterns:
"YP1?keyword=Apteki&city=*dzkie*catid=20*",
"vcard.vcf*catid=20",
"YP5*catid=20"
Instead i got only the file specified in URL.
My goal is to get all the vcard.vcf*catid=20 files from this URL.
The files are linked to url via YP5... pages.

Can You give me a clue on how to do this?
I'm using wget 1.9.1.

I'm not on subscribed to this list CC all respones on my e-mail.

Best Regards
Jacek Gebal



----------------------------------------------------
Rozmawiaj ze stacjonarnego do 95% taniej!
Zasięg Polska i 52 kraje sprawdź nas! -> telefon.wp.pl
http://klik.wp.pl/?adr=www.telefon.wp.pl&sid=373


Reply via email to