miniflux-v2/reader/scraper
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
..
rules.go Add scraper rule for darkreading.com 2018-01-06 13:25:12 -08:00
scraper.go Scrape parent element for iframe 2018-04-27 17:57:22 -07:00
scraper_test.go Add scraper rules 2017-12-10 20:51:04 -08:00