- Oct 27, 2020
-
-
Aloïs Micard authored
-
Aloïs Micard authored
-
Aloïs Micard authored
-
Aloïs Micard authored
Update to upstream version '1.1.0' with Debian dir e3f03be820218064fde166ab6d35d1a4d8f8d964
-
Aloïs Micard authored
-
- Oct 25, 2020
-
-
Aloïs Micard authored
-
Aloïs Micard authored
-
- Oct 11, 2020
-
-
Alexandre Viau authored
-
- Sep 28, 2020
-
-
Aloïs Micard authored
- Fix build-depends - Fix lintian overrides
-
- Aug 03, 2020
-
-
Aloïs Micard authored
-
Aloïs Micard authored
-
Aloïs Micard authored
-
- Mar 31, 2020
-
-
Manuel Graf authored
Order Feed.Items by oldest to newest publish time.
-
- Mar 29, 2020
-
-
Brian C. Lane authored
Fixes #131
-
- Mar 07, 2020
-
-
Daniel Hobe authored
* Patch godexsoft@ commit ed86b2f106e14101bd44e2f6e4b62d061293ffe6 to a new branch as they are out of town. Original cl description: Fix truncated entity error for ampersand literal * Fix TestDecodeEntitiesInvalid to allow for the more permissive decoder * Add back unknown entity test Co-authored-by: Daniel Hobe <hobe@google.com>
-
- Feb 11, 2020
-
-
andrikod authored
-
- Nov 10, 2019
-
-
mmcdole authored
* changes to travis config * more changes * get goveralls working
-
Cem Türker authored
-
Pavan Varma authored
-
- Apr 20, 2019
-
-
Oleksii Rudenko authored
* Better support for CDATA * Add CDATA test cases * Add a comment with CDATA test case
-
- Feb 14, 2019
-
-
Carl Johnson authored
Fixes #94
-
- Feb 02, 2019
-
-
Sebastien Plisson authored
-
- Jan 03, 2019
-
-
Leigh McCulloch authored
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 that version. Closes #104
-
- Oct 10, 2018
- Oct 02, 2018
-
-
Arthur Axel 'fREW' Schmidt authored
-
- Sep 30, 2018
-
-
mmcdole authored
Fixes #100
-
- Sep 29, 2018
-
-
mmcdole authored
-
mmcdole authored
-
A. Cynic authored
Also: No need to pass address of pointer to json.Unmarshal
-
A. Cynic authored
What it does: Resolve relative URIs in feed element attributes, feed elements which contain URIs (like author:uri), and HTML element attributes in atom elements of type "html" or "xhtml" according to the xml:base specification (https://www.w3.org/TR/xmlbase/) What it is: The XMLBase type and functions live in the internal/shared package (internal/shared/xmlbase.go), with a minimalish patch against atom/parser.go. Tests live in testdata/parser/atom/ and are adapted from the python feedparser project: https://github.com/kurtmckee/feedparser/tree/master/feedparser/tests/wellformed/base How it works: As each atom element is parsed, a new xml:base is pushed to the stack; the top xml:base URI is used to resolve attributes (uses golang.org/x/net/html to parse any "html" or "xhtml" element content); then the base is popped from the stack. The shared.FindRoot() and shared.NextTag() functions have been moved to methods of XMLBase so that they can manage the xml:base url stack.
-
- Sep 14, 2018
-
-
Christopher Sawyer authored
* 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 GETs the User-Agent is being sent blank. This is a problem for RSS feeds from Reddit, as Reddit will send back phony 429s (Rate Limit) responses because the User-Agent is not "valid". Might want to expose this further if people need to imitate a User-Agent to get around a server-side restriction. * Update UA string
-
- May 02, 2018
-
-
Alexis Montagne authored
-
- Feb 20, 2018
-
-
mmcdole authored
-
- Feb 05, 2018
-
-
Tom Newton authored
-
- Jan 03, 2018
-
-
mmcdole authored
-
- Dec 25, 2017
-
-
mmcdole authored
-
- Dec 07, 2017
-
-
vabd authored
* Add support for content:encoded * Move check for cleaner code
-
- Oct 20, 2017
-
-
Michael Bond authored
* Adds support for publish date in Dublin Core. Discovered this flaw when using Slashdot's RSS feed as an example during development. The only Published date is a DC extension. Example RSS URL: http://rss.slashdot.org/Slashdot/slashdotMain * Import extensions * Fixing tests * Remove package declaration added by editor.
-