File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ class Postgresql < UrlScraper
17
17
options [ :title ] = false
18
18
options [ :root_title ] = 'PostgreSQL'
19
19
options [ :follow_links ] = -> ( filter ) { filter . initial_page? }
20
+ options [ :rate_limit ] = 200
20
21
21
22
options [ :skip ] = %w(
22
23
index.html
@@ -51,12 +52,12 @@ class Postgresql < UrlScraper
51
52
/\A unsupported-features/ ]
52
53
53
54
options [ :attribution ] = <<-HTML
54
- © 1996–2024 The PostgreSQL Global Development Group< br >
55
+ © 1996–2025 The PostgreSQL Global Development Group< br >
55
56
Licensed under the PostgreSQL License.
56
57
HTML
57
58
58
59
version '17' do
59
- self . release = '17.1 '
60
+ self . release = '17.5 '
60
61
self . base_url = "https://www.postgresql.org/docs/#{ version } /"
61
62
end
62
63
You can’t perform that action at this time.
0 commit comments