Re: [Trisquel-users] how to pull content from a web?

2014-02-12 Thread alonivtsan
Try httrack/webhttrack (it's in the repos).

[Trisquel-users] how to pull content from a web?

2014-02-10 Thread rova
Example: http://educacionquimica.info/ has lots of gratis articles in pdfs, how can i pull them to my hard drive the easy way? theres something like apt-get, or there is a program i dont remmeber that do it.thanks!

Re: [Trisquel-users] how to pull content from a web?

2014-02-10 Thread Michał Masłowski
wget supports recursive downloads which could be used for this, see the -r, -l, -A and -R options. When I need something similar, I get URLs From a page (using sed or Python with lxml) and use wget on them. pgpDGWgZX8Vct.pgp Description: PGP signature

Re: [Trisquel-users] how to pull content from a web?

2014-02-10 Thread mikko . viinamaki
We can find the content here http://listas.trisquel.info/pipermail/trisquel-users/2014-February/032696.html wget supports recursive downloads which could be used for this, see the -r, -l, -A and -R options. When I need something similar, I get URLs From a page (using sed or Python with