| 123456789101112131415 |
- module Docs
- class Influxdb < UrlScraper
- self.name = 'InfluxDB'
- self.type = 'influxdb'
- self.release = '0.10'
- self.base_url = 'https://docs.influxdata.com/influxdb/v0.10/'
-
- html_filters.push 'influxdb/entries', 'influxdb/clean_html'
- options[:attribution] = <<-HTML
- © 2010–2015 InfluxData<br>
- Licensed under the MIT license.
- HTML
- end
- end
|