▲ 6 points
back
5 comments
Alternative to archive.is
Text-only, no CAPTCHA, no Javascript, no geo-blocking, no DDoS on blogger
links -source $(tmux capture -t0 -p --|tail -1) \
|egrep -o "(\"text\":\"[^}]+)|(\"textAlign\":\"LEFT\")|(\"url\":\"[^\"]+)|(\"__typename\":\"TextInline\")" \
|sed '/\"url\":\"/{s/??.*//;s/$/\">/;s/.\{7\}/<a href=\"/;};
/\"__typename\":\"TextInline\"/{s/\"$/<\/a>/;s/.\{24\}//;};
s/\"textAlign\":\"LEFT\"/<p>/g;/\"text\":\"/{s/.\{8\}//;s/\"$//;};
s/\\u002F/\//g;s/\\u0026/\&/g' \
|sed '1s/^/<meta charset=utf-8><meta name=viewport content=width=device-width>/' > 1.htm
links 1.htmyou can also inspect the page and grab the mp3 if you prefer audio
This HN commenter complained that it takes too long to listen
I just do chores while I'm listening so I'm not fussed but you could probably use Kokoro or some other TTS with a speed parameter to make it suite you. Or just up the speed in your pod/audio player.