bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Download page with scripted table


From: Darshit Shah
Subject: Re: Download page with scripted table
Date: Fri, 17 Jul 2020 07:57:44 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.8.0

Hi,

This is the right place for Wget questions.

The page in question is generated dynamically via a AJAX request and some Javascript. Wget does not support any Javascript parsing. You would need something a lot more heavyweight to do that. Something like Selenium that runs a full browser underneath it.

Else, you could find the right GET request parameters and make your own request. That will get your the JSON output which you must then manually parse

On 7/17/20 3:11 AM, Morris West via Primary discussion list for GNU Wget wrote:
  Hi,

Might anybody know if there is a better place to ask my question below or know 
where I can get consulting for wget?
I did not see any replies.


Morris

      On Monday, June 22, 2020, 12:13:05 AM EDT, Morris West 
<morris_west@yahoo.com> wrote:
Hi,

Is it possible to for wget to save the page at the link below with the table as 
it appears on the page.  My understanding is the table is the result of a 
script within the page.  I have not been able to save it with wget.  Any 
direction, insight and/or the command line would be greatly appreciated!!

https://www.benzinga.com/calendar/ratings


Morris
.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]