Following "wget" command can be used to fetch portion of website:
Where:
-r   : fetch recursively
-l3 : depth of 3, fist/index page is at depth 1
-k  : convert links to local links for offline viewing
-p  : prerequisites downloads for perfect page viewing (css/images)
-I   : comma seperated list of base path, to only fetch items containing uri starting from these base paths
 
No comments:
Post a Comment