in reply to Code for 'Save html page' that contains dynamic content?
Do you actually want the formatted pages or do you want to extract data from them? If you want to extract data from them, check out:
This is the JSON data which the Javascript on those pages is fetching and displaying.
You can use JSON::PP to parse the JSON and do what you want with the data.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Code for 'Save html page' that contains dynamic content?
by bliako (Abbot) on Jun 28, 2023 at 22:25 UTC | |
Re^2: Code for 'Save html page' that contains dynamic content?
by Anonymous Monk on Jun 28, 2023 at 07:27 UTC | |
by tobyink (Canon) on Jun 28, 2023 at 08:49 UTC |