Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 168 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 168 Bytes

feedgetter

Get feed link in webpage

API

func Get(targetURL string) (feeds []string, err error)

feeds, err = feedgetter.Get("http://example.com")