Hacker News new | ask | show | jobs
There are growing calls for Google CEO Sundar Pichai to step down (msn.com)
38 points by ExMachina73 840 days ago
3 comments

No Javascript, text-only:

    #!/bin/sh
    read x 
    x=${x##*-}
    exec curl -si40A "" https://assets.msn.com/content/view/v2/Detail/en-in/$x \
    |grep -Eo "\"body\":\".+\"readTimeMin\"" \
    |(echo "<meta charset=utf-8>";sed 's/\"body\":\"//;s/\\//g;s/\",\"readTimeMin\"//') 

    echo https://www.msn.com/en-us/money/technology/ar-BB1jbRw3|1.sh > 1.htm
    firefox ./1.htm
    links -no-connect -force-html 1.htm
    links -dump 1.htm
Seconded