aboutsummaryrefslogtreecommitdiffhomepage
path: root/reader
Commit message (Collapse)AuthorAge
* Handle feeds with dates formatted as Unix timestampGravatar Frédéric Guillot2018-05-08
|
* Add API endpoint to import OPML fileGravatar Frédéric Guillot2018-04-29
|
* Move HTTP client to its own packageGravatar Frédéric Guillot2018-04-28
|
* Scrape parent element for iframeGravatar aniran2018-04-27
| | | | | | | | Current behavior: if you have an `iframe` scraper rule, `scrapContent` tries to return the inner HTML of the `iframe`, which turns up blank. New behavior: like `img` elements, if an `iframe` is matched by a scraper rule, the parent element's inner HTML (i.e. the `iframe` is returned).
* Add soundcloud and bandcamp iframe sourcesGravatar aniran2018-04-27
|
* Add support for Dublin Core date in RDF feedsGravatar Frédéric Guillot2018-04-10
|
* Handle some non-english date formatsGravatar Frédéric Guillot2018-04-09
|
* Rename RSS parser gettersGravatar Frédéric Guillot2018-04-09
|
* Get the right comments URL when having multiple namespacesGravatar Frédéric Guillot2018-04-09
|
* Add unit test for comments url and French translationGravatar Frédéric Guillot2018-04-07
|
* Add CommentsURL to entryGravatar Ben Brooks2018-04-07
|
* Handle RSS author elements with inner HTMLGravatar Frédéric Guillot2018-03-18
|
* Convert enclosure size field to bigintGravatar Frédéric Guillot2018-03-14
|
* Fix broken OPML import with Go 1.10Gravatar Frédéric Guillot2018-03-14
|
* Improve parser error messagesGravatar Frédéric Guillot2018-02-27
|
* Support localized feed errors generated by background workersGravatar Frédéric Guillot2018-02-27
|
* Handle Atom feeds with HTML titleGravatar Frédéric Guillot2018-02-17
|
* Improve error handling for HTTP clientGravatar Frédéric Guillot2018-02-08
|
* Strip invalid XML characters to avoid parsing errorsGravatar Frédéric Guillot2018-02-07
|
* Remove period for feed errorsGravatar Frédéric Guillot2018-02-07
|
* Improve error handling when the response is emptyGravatar Frédéric Guillot2018-02-07
|
* Show API URL endpoints in user interfaceGravatar Frédéric Guillot2018-01-31
|
* Do not override existing entries when the crawler is enabledGravatar Frédéric Guillot2018-01-20
|
* Handle more encoding edge casesGravatar Frédéric Guillot2018-01-20
| | | | | | - Feeds with charset specified only in Content-Type header and not in XML document - Feeds with charset specified in both places - Feeds with charset specified only in XML document and not in HTTP header
* Do not crawl existing entry URLsGravatar Frédéric Guillot2018-01-20
|
* Add more comments (GoDoc)Gravatar Frédéric Guillot2018-01-11
|
* Add scraper rule for darkreading.comGravatar Frédéric Guillot2018-01-06
|
* Add more scraper rulesGravatar Frédéric Guillot2018-01-04
|
* Add content length check when refreshing feedsGravatar Frédéric Guillot2018-01-04
|
* Handle more date formatsGravatar Frédéric Guillot2018-01-03
|
* If the website URL is empty, assign the feed URLGravatar Frédéric Guillot2018-01-03
|
* Rename helper packagesGravatar Frédéric Guillot2018-01-02
|
* Make sure the scraper parse only HTML documentsGravatar Frédéric Guillot2018-01-02
|
* Add scraper rules for version2.dk and ing.dkGravatar Frédéric Guillot2017-12-27
|
* Add more scraper rulesGravatar Frédéric Guillot2017-12-27
|
* Add support for data URL faviconsGravatar Frédéric Guillot2017-12-22
|
* Handle more date formatsGravatar Frédéric Guillot2017-12-22
|
* Add loggerGravatar Frédéric Guillot2017-12-15
|
* Improve content scraperGravatar Frédéric Guillot2017-12-13
|
* Make sure that item URL are absoluteGravatar Frédéric Guillot2017-12-13
|
* Rewrite importsGravatar Frédéric Guillot2017-12-12
|
* Add the possibility to enable crawler for feedsGravatar Frédéric Guillot2017-12-12
|
* Add the possibility to define rewrite rules for each feedGravatar Frédéric Guillot2017-12-11
|
* Add scraper rulesGravatar Frédéric Guillot2017-12-10
|
* Add readability package to fetch original contentGravatar Frédéric Guillot2017-12-10
|
* Move packages http and urlGravatar Frédéric Guillot2017-12-02
|
* Add Pinboard integrationGravatar Frédéric Guillot2017-12-02
|
* Proxify image enclosuresGravatar Frédéric Guillot2017-12-01
|
* Make sure golint pass on the code baseGravatar Frédéric Guillot2017-11-27
|
* Improve HTML sanitizerGravatar Frédéric Guillot2017-11-25
|