miniflux-v2/reader
aniran 322b265d7a Scrape parent element for iframe
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).
2018-04-27 17:57:22 -07:00
..
atom Convert enclosure size field to bigint 2018-03-14 20:09:06 -07:00
date Handle some non-english date formats 2018-04-09 21:27:15 -07:00
encoding Handle more encoding edge cases 2018-01-20 13:25:21 -08:00
feed Improve parser error messages 2018-02-27 21:19:59 -08:00
icon Rename helper packages 2018-01-02 19:15:08 -08:00
json Convert enclosure size field to bigint 2018-03-14 20:09:06 -07:00
opml Fix broken OPML import with Go 1.10 2018-03-14 18:50:06 -07:00
processor Do not crawl existing entry URLs 2018-01-20 13:25:20 -08:00
rdf Add support for Dublin Core date in RDF feeds 2018-04-10 18:13:05 -07:00
readability Add logger 2017-12-15 18:55:57 -08:00
rewrite Improve content scraper 2017-12-13 21:30:40 -08:00
rss Rename RSS parser getters 2018-04-09 20:38:12 -07:00
sanitizer Add soundcloud and bandcamp iframe sources 2018-04-27 17:55:58 -07:00
scraper Scrape parent element for iframe 2018-04-27 17:57:22 -07:00
subscription Improve error handling for HTTP client 2018-02-08 18:16:54 -08:00
doc.go Add more comments (GoDoc) 2018-01-11 19:21:20 -08:00