Remix.run Logo
1vuio0pswjnm7 2 hours ago

Alternative to archive.ph

Text-only, HTTPS optional

No CAPTCHA, no Javascript, no geo-blocking, no DDoS directed at blog

https://assets.msn.com/content/view/v2/Detail/en-in/AA22Xx2j...

Something like

   x=https://assets.msn.com/content/view/v2/Detail/en-in/AA22Xx2j/
   tnftp -4o"|sed 's/.*\"body\":\"/<meta charset=utf-8>/;s/\",\"readTimeMin.*//'" $x > 1.htm
   firefox ./1.htm
or

   links https://assets.msn.com/content/view/v2/Detail/en-in/AA22Xx2j/
   Press "d" then "\"
or

   links -dump https://assets.msn.com/content/view/v2/Detail/en-in/AA22Xx2j/ \
   |sed '1,/\"body\":\"/d;/\"readTimeMin\":/,$d'
tuwtuwtuwtuw 2 hours ago | parent [-]

That's a JSON file right?

waffletower 2 hours ago | parent [-]

I received JSON too. This worked for me on a Mac: curl https://assets.msn.com/content/view/v2/Detail/en-in/AA22Xx2j... | jq ".body" > /tmp/body.html && open /tmp/body.html