So, what I want is to download lemmy posts (including comments) as raw html through a script. The problem I have is, that curl by default does not include the css of the page. Is there a way I can download the posts webpages as they are being displayed?


Fwiw there’s SinglePage extension for web browsers. Maybe you can get a headless way to run that… Which frontend would you save from? I’d say i rather prefer to get json data from backend
I am preferring the standard Lemmy UI, but I already got it working.