mirror of
https://github.com/miniflux/v2.git
synced 2025-07-02 16:38:37 +00:00
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). |
||
---|---|---|
.. | ||
rules.go | ||
scraper.go | ||
scraper_test.go |