github.com/bcampbell/scrapeomat@v0.0.0-20220820232205-23e64141c89e/cmd/waybackwalker/telegraph.sh (about)

     1  #!/bin/bash
     2  set -e
     3  
     4  # example for grabbing backfill links from the telegraph:
     5  
     6  
     7  SECTIONS="/news/ /sport/ /business/ /money/ /opinion/ /travel/ /science-technology/ /culture/ /films/ /tv/ /lifestyle/ /fashion/ /luxury/ /cars/"
     8  ./waybackwalker -from 2016-03-30 -to 2016-06-13 http://www.telegraph.co.uk/ $SECTIONS
     9  #./waybackwalker -from 2016-04-25 -to 2016-06-13 http://www.telegraph.co.uk/ $SECTIONS
    10  
    11