7 Commits

Author SHA1 Message Date
davy wybiral 6f6e20dd39 fix JSONFeed Hubs (#74)
* fix JSONFeed Hubs

* Add JSONHub test

* fixed test output
2019-07-26 16:58:42 -07:00
dewey 762f7414cb Fix bug where date_modified empty if no created timestamp 2018-08-19 08:51:41 -07:00
Jesse Donat e9227422ad Use item content as JSON content_html 2018-08-18 10:58:06 -07:00
Gabriel Simmer 4b936b5221 [feature] Support feed item images (#41)
* Add support for podcast-centered tags
* Adding proper support for Enclosure and and Image tags, which didn't seem to generate properly (might have been a bug on my end but I'm not sure).
* Enclosure.Length from string to int
* Revert change from string to int for Enclosure length
* Accidently changed err == to != for enclosure & author
* Update README to reflect fork goals
* List of tags to implement
* fix RSS image when no Image is mentioned in the Feed
* do not assume that a Link with a field Type is an Enclosure
* expected tests
* better handling of enclosures
* fix package
* Fixes as requested
* Fix travis build error
2017-11-07 20:59:58 -08:00
Kevin Stock fd3c13502e Cleans up and adds missing godoc comments related to JSON Feed 2017-06-08 19:17:44 -07:00
Kevin Stock e4dba37571 Updates the receiver variable name for JSONFeed()
Previously the variable name was inconsistent with other uses
2017-06-08 19:14:17 -07:00
Kevin Stock e9747d9577 Adds support for JSON Feed Version 1
JSON Feed Version 1 specification: https://jsonfeed.org/version/1
2017-06-04 14:48:21 -07:00