We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aadbece commit fec3516Copy full SHA for fec3516
lib/docs/scrapers/axios.rb
@@ -5,9 +5,10 @@ class Axios < UrlScraper
5
home: 'hthttps://axios-http.com/',
6
code: 'https://github.com/axios/axios'
7
}
8
- self.release = '1.6.5'
+ self.release = '1.7.7'
9
self.base_url = "https://axios-http.com/docs/"
10
self.initial_paths = %w(index intro)
11
+ options[:skip] = %w(sponsor)
12
13
html_filters.push 'axios/entries', 'axios/clean_html'
14
0 commit comments