| View previous topic :: View next topic |
| Author |
Message |
thusgaard
Joined: Wed Jun 07, 2006 11:21 am Posts: 97 Location: Skanderborg, Denmark
|
Posted: Wed Feb 13, 2013 8:07 pm Post subject: Snap a website |
|
|
Hi is there anyway to take snaps of a website:
1. a specific page?
2. 2 or 3 links deep?
I need it to run as a cron job.
J;-) |
|
| Back to top |
|
 |
MartyBartfast LXF regular

Joined: Mon Aug 22, 2005 8:25 am Posts: 780 Location: Hants, UK
|
Posted: Wed Feb 13, 2013 8:13 pm Post subject: |
|
|
curl or wget _________________ I have been touched by his noodly appendage. |
|
| Back to top |
|
 |
thusgaard
Joined: Wed Jun 07, 2006 11:21 am Posts: 97 Location: Skanderborg, Denmark
|
Posted: Wed Feb 13, 2013 8:16 pm Post subject: |
|
|
| MartyBartfast wrote: | | curl or wget |
But how? |
|
| Back to top |
|
 |
Rhakios Moderator

Joined: Thu Apr 07, 2005 12:18 am Posts: 7473 Location: Midlands, UK
|
Posted: Wed Feb 13, 2013 8:35 pm Post subject: |
|
|
How about the Firefox extension DownloadThemAll? Looks like it might do what you want, but no, I haven't tried it myself. _________________ Bye, Rhakios |
|
| Back to top |
|
 |
roseway LXF regular
Joined: Thu Jan 18, 2007 2:27 pm Posts: 402
|
Posted: Thu Feb 14, 2013 7:50 am Post subject: |
|
|
In Firefox you can go to Tools --> Web Developer --> Page Source, and it will display the source for the page being viewed. From there you can use File --> Save As to save the code.
You will probably have to check the code to get the URLs of any images it loads, and download these separately if you want them. _________________ Eric |
|
| Back to top |
|
 |
xenopeek

Joined: Mon Dec 24, 2012 1:19 pm Posts: 34
|
Posted: Thu Feb 14, 2013 9:01 am Post subject: |
|
|
Well, what do you mean by snapshot--the text, markup and images of the web page, or do you mean you want to take a screenshot of the web page? _________________ Linux Mint 14 Nadia / 64-bit / Cinnamon |
|
| Back to top |
|
 |
towy71 Moderator

Joined: Wed Apr 06, 2005 3:11 pm Posts: 4169 Location: wild West Wales
|
Posted: Thu Feb 14, 2013 11:25 am Post subject: |
|
|
Have a look at awesome-examples item 10 is:
| Code: | | wget --mirror -p --convert-links -P ./LOCAL-DIR WEBSITE-URL |
_________________ still looking for that door into summer |
|
| Back to top |
|
 |
| View previous topic :: View next topic |
|