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?

  • adr1an@programming.dev
    link
    fedilink
    arrow-up
    1
    ·
    15 days ago

    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