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 e9a1fee commit 3fabf60Copy full SHA for 3fabf60
lib/docs/scrapers/qt.rb
@@ -11,7 +11,7 @@ class Qt < UrlScraper
11
12
html_filters.push 'qt/entries', 'qt/clean_html'
13
14
- options[:container] = '.main'
+ options[:container] = 'article, .main'
15
options[:max_image_size] = 156_000
16
options[:skip_patterns] = [
17
# License, copyright attributions
@@ -103,12 +103,12 @@ class Qt < UrlScraper
103
Licensed under the GNU Free Documentation License, Version 1.3.
104
HTML
105
106
- version '6.8' do
+ version do
107
self.release = '6.8'
108
self.base_url = "https://doc.qt.io/qt-#{self.release}/"
109
end
110
111
- version do
+ version '6.2' do
112
self.release = '6.2'
113
114
0 commit comments