4 comments

[ 2.7 ms ] story [ 21.0 ms ] thread
Plaintext, works where archive.is is blocked:

   x=http://www.wired.com/story/ethereums-co-founder-says-sec-is-gaslighting-us-about-crypto/
   tnftp -o/dev/stdout $x \
   |busybox grep -o articleBody\":\".*\"isBasedOn \
   |busybox sed 's/.\{14\}//;s/.\{12\}$//;s/\\n/@@/g' \
   |busybox tr @@ '\n' \
   |busybox fold -s > 1.txt

   less 1.txt