File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,15 @@ class Flask < UrlScraper
14
14
options [ :skip_patterns ] = [ /\A tutorial\/ / ]
15
15
16
16
options [ :attribution ] = <<-HTML
17
- © 2007–2022 Pallets< br >
17
+ © 2010 Pallets< br >
18
18
Licensed under the BSD 3-clause License.
19
19
HTML
20
20
21
+ version '3.0' do
22
+ self . release = '3.0.x'
23
+ self . base_url = "https://flask.palletsprojects.com/en/#{ self . release } /"
24
+ end
25
+
21
26
version '2.3' do
22
27
self . release = '2.3.x'
23
28
self . base_url = "https://flask.palletsprojects.com/en/#{ self . release } /"
Original file line number Diff line number Diff line change @@ -13,10 +13,15 @@ class Werkzeug < UrlScraper
13
13
options [ :skip ] = %w( changes/ )
14
14
15
15
options [ :attribution ] = <<-HTML
16
- © 2007–2022 Pallets< br >
16
+ © 2007 Pallets< br >
17
17
Licensed under the BSD 3-clause License.
18
18
HTML
19
19
20
+ version '3.0' do
21
+ self . release = '3.0.x'
22
+ self . base_url = "https://werkzeug.palletsprojects.com/en/#{ self . release } /"
23
+ end
24
+
20
25
version '2.3' do
21
26
self . release = '2.3.x'
22
27
self . base_url = "https://werkzeug.palletsprojects.com/en/#{ self . release } /"
You can’t perform that action at this time.
0 commit comments