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.
2 parents e720287 + 3fabf60 commit 6c51865Copy full SHA for 6c51865
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
@@ -104,6 +104,11 @@ class Qt < UrlScraper
104
HTML
105
106
version do
107
+ self.release = '6.8'
108
+ self.base_url = "https://doc.qt.io/qt-#{self.release}/"
109
+ end
110
+
111
+ version '6.2' do
112
self.release = '6.2'
113
self.base_url = "https://doc.qt.io/qt-#{self.release}/"
114
end
0 commit comments