The configured headers/useragent configured in the httpsettings are not taken into account.
The issue comes from the method "ConstructFeedFromURL" (located in the file "feed.go") where you use "s.httpSettings.Client()" instead of "s.HTTPSettings.Client()"
Thanks, I've finally got to it.