Skip to content

v1.1 autodetect feeds if website is given

Latest
Compare
Choose a tag to compare
@seenaburns seenaburns released this 04 Dec 16:16
· 5 commits to master since this release
  • Feed autodetection: ./picofeed http://seenaburns/ will fail to parse (as it's not a feed) and then attempt to find <link> tags with type=application/atom+xml or type=application/rss+xml, and use that instead
  • Fixes: run go vet and fix bad printfs