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 
<[email protected]> 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