DaemonForums  

Go Back   DaemonForums > Miscellaneous > General software and network

General software and network General OS-independent software and network questions, X11, MTA, routing, etc.

Reply
 
Thread Tools Display Modes
  #1   (View Single Post)  
Old 2nd January 2015
kerasi kerasi is offline
Shell Scout
 
Join Date: Mar 2013
Location: Germany
Posts: 90
Default wget for offline reading

Happy New Year!

how can i mirror this site 1 to 1

Code:
www.icy-veins.com
i have used this flags

Code:
wget -mkEpnp www.icy-veins.com
the site is white with no color

and when i go to this adress

Code:
www.icy-veins.com\hearthstone\arena-mage-tier-lists-goblins-vs-gnomes.html
and i drive with my mouse over the entry "Mechanical Yeti" no picture is shown what i have done wrong?

Last edited by kerasi; 2nd January 2015 at 03:40 PM.
Reply With Quote
  #2   (View Single Post)  
Old 2nd January 2015
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,983
Default

The wget application is third party -- it's an application from GNU. If you find you don't get application-specific assistance here at this forum, you might try reaching out to to wget mailing list -- this is the only official support channel for the wget application, according to GNU.

If you feel this is a problem that is specific to OpenBSD's port of wget, rather than wget itself, you can report it to the OpenBSD ports@ mailing list -- the port does not have a specific $MAINTAINER assigned at this time to contact.
Reply With Quote
  #3   (View Single Post)  
Old 2nd January 2015
kerasi kerasi is offline
Shell Scout
 
Join Date: Mar 2013
Location: Germany
Posts: 90
Default

ok thanks

is there any software on unix that can handle my problem?
Reply With Quote
  #4   (View Single Post)  
Old 2nd January 2015
Carpetsmoker's Avatar
Carpetsmoker Carpetsmoker is offline
Real Name: Martin
Tcpdump Spy
 
Join Date: Apr 2008
Location: Netherlands
Posts: 2,243
Default

This is not an OpenBSD problem, but due to the page design.

When you hover a link, it does an AJAX request:

Code:
GET http://www.hearthpwn.com/cards/522/tooltip?disable-webm=1&callback=window.CurseTips['hearth-tooltip'].handleTooltipData
Returning JSON with the HTML to be rendered:
Code:
window.CurseTips['hearth-tooltip'].handleTooltipData({"Type":"cards","Id":522,"Tooltip": "<img class=\"hscard-static\" src=\"http://media-Hearth.cursecdn.com/avatars/147/429/522.png\ ..."
wget doesn't parse Javascript, and has no way of knowing about these links, and thus won't download the images.

You need a browser engine with Javascript, I'm not aware of any frontends that are wel suited for mirroring pages, but they probably exist. At least you know where your problem is & where to start looking for a solution ;-)
__________________
UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things.
Reply With Quote
  #5   (View Single Post)  
Old 2nd January 2015
kerasi kerasi is offline
Shell Scout
 
Join Date: Mar 2013
Location: Germany
Posts: 90
Default

thank you very much now i know why it dont work
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
wget: memory exhausted .. daemonfowl OpenBSD Packages and Ports 14 9th August 2013 07:09 PM
why do some websites refuse wget -r -m -k --no-parent ? daemonfowl General software and network 0 10th June 2013 05:18 PM
OpenBSD101.com is offline now qmemo OpenBSD General 4 30th July 2011 02:26 PM
wget Nk2Network OpenBSD Packages and Ports 3 27th February 2009 01:40 PM
Installing ports offline ClaptonOrient FreeBSD Ports and Packages 7 13th May 2008 03:35 PM


All times are GMT. The time now is 04:33 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick