lib/html2rss/auto_source/scraper.rb in html2rss-0.14.0 vs lib/html2rss/auto_source/scraper.rb in html2rss-0.15.0
- old
+ new
@@ -8,9 +8,10 @@
# Each scraper should also implement an `articles?` method that returns true if the scraper
# can potentially be used to extract articles from the given HTML.
#
module Scraper
SCRAPERS = [
+ Html,
Schema,
SemanticHtml
].freeze
##