Re: wget problem

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, Aug 21, 2008 at 12:42:33AM +0100, Paul wrote:
> Hi,
> 
> > do you have a complete list of the fontnames? Then you can try it in a
> > loop?
> 
> 'fraid not - the names are stored somewhere on the site and added as a
> $POST (by the look of it) when you click on the link...
> 
> TTFN
> 
> Paul
> -- 
> ???Sie können mich aufreizen und wirklich heiß machen!



> -- 
> fedora-list mailing list
> fedora-list@xxxxxxxxxx
> To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list

-- 


Hey Paul,

Just try this. I do not have another solution:

mkdir /tmp/bla
cd /tmp/bla
wget -r http://www.urbanfonts.com
mkdir /tmp/blubb
cd /tmp/blubb
perl -e '@foo=`grep -r -i zip /tmp/bla/*`; foreach (@foo){ if (~/(index.php.*?)"/) {print "wget http://www.urbanfonts.com/scripts/"; . $1 . "\n";} };'| sh

Than you will have all fonts in /tmp/blubb and named as
index.php?<fontname.zip>

I hope this solutions helps a bit. 

Maybe you can also try the --spider option of wget. Didn't tryied this.


Greets, Patrick


Patrick Kaiser

URL: http://argonius.de
EMail: patrick.kaiser@xxxxxxxxxxx
RIPE: PK3264-RIPE

-- 
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux