I'm trying to get a hold of the wget archives so I don't ask questions that have already been answered, but the archives at:
http://fly.srk.fer.hr/archive/wget are down (broken link error), and the alternate archive at: http://www.mail-archive.com/[email protected]/ only show 5 messages. Anyways, I am trying to make local mirrors of two URLs: http://creative.gettyimages.com/source/search/detail.asp?source=searchResults&imageIndex=10&hdnSync=%22One+Woman+Only%3AOnly+Women%22+and+%22Coffee%3AHot+Drink%22~0%2C12%2C449%2C3%2C15%2C1%2C0%2C0%2C0%2C12287%2C0%2C1%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2Cen-us%2C1%2C%22One+Woman+Only%3AOnly+Women%22+and+%22Coffee%3AHot+Drink%22%2C389%2C257%2C1%2C&hdnCurrPage=4 and http://news.yahoo.com/news?tmpl=story2&cid=528&ncid=528&e=15&u=/ap/20021014/ap_on_hi_te/microsoft_ad Neither of them seem to work with wget. Here are the commands I have tried (wget version 1.8.1): wget -E -H -k -K -p <url> as recommended in the wget man page. wget --convert-links --page-requisites --no-directories \ --user-agent="Mozilla/4.77 [en] (X11; U; Linux 2.4.19 i686)" \ --directory-prefix=$DIR $URL Neither of these commands work with either link. Is there a solution to my problem short of screenshots? The pages load OK, but when I view them locally, they are not the same as when I view the original URL with a web browser. I get "Document Not Found" type errors when trying to view the local mirrored site.
