Add support for content:encoded (#86)
Add support for content:encoded (#86) * Add support for content:encoded * Move check for cleaner code
View ArticleSet the feed type detection error in a public variable (#93)
Set the feed type detection error in a public variable (#93)
View ArticleAdd a User-Agent header to ParseURL() (#97)
Add a User-Agent header to ParseURL() (#97) * Add a User-Agent header to ParseURL() I changed the .Get() call to .Do() here for a header insertion This is a cheap edit, but I've discovered that on...
View ArticleAtom: implement xml:base relative URI resolution
Atom: implement xml:base relative URI resolution What it does: Resolve relative URIs in feed element attributes, feed elements which contain URIs (like author:uri), and HTML element attributes in atom...
View ArticleFix transposed 'expected' and 'actual' arguments
Fix transposed 'expected' and 'actual' arguments Also: No need to pass address of pointer to json.Unmarshal
View ArticleFix incorrect capitalization of GUID field
Fix incorrect capitalization of GUID field Fixes #100
View Articleparser.go / Bug fix
parser.go / Bug fix http.NewRequest error return should be check. If there is an error during NewRequest (I've experimented it), req is nil and segfault occurs during req.Header.Set()
View ArticleAdd go modules
Add go modules Add go module files (go.mod, go.sum) and update travis config to build with Go 1.11 which was the first version of Go to support modules, and to build both with and without modules in...
View ArticleDate parser: Make best effort attempt at using TZ names
Date parser: Make best effort attempt at using TZ names Fixes #94
View ArticleBetter support for CDATA (#120)
Better support for CDATA (#120) * Better support for CDATA * Add CDATA test cases * Add a comment with CDATA test case
View Article