main.go: add func fetchfeed(url string) (resp *http.Response, err error) to deal...
authorstanley.lieber@gmail.com <stanley.lieber@gmail.com>
Thu, 12 Mar 2020 02:20:06 +0000 (22:20 -0400)
committerstanley.lieber@gmail.com <stanley.lieber@gmail.com>
Thu, 12 Mar 2020 02:20:06 +0000 (22:20 -0400)
commitc939e1aa05202bf1744f57aa62b18c48ff4657f0
tree1b8fbd2a554072e334f66611cf198069da5620c1
parent61856a2f74432bab31481c0a300658128d3802d2
main.go: add func fetchfeed(url string) (resp *http.Response, err error) to deal with sites that attempt to perform phrenology on the user-agent string. (thanks, Philippe)
main.go