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
1414 options [ :skip_patterns ] = [ /\A tutorial\/ / ]
1515
1616 options [ :attribution ] = <<-HTML
17- © 2007–2022 Pallets< br >
17+ © 2010 Pallets< br >
1818 Licensed under the BSD 3-clause License.
1919 HTML
2020
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+
2126 version '2.3' do
2227 self . release = '2.3.x'
2328 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
1313 options [ :skip ] = %w( changes/ )
1414
1515 options [ :attribution ] = <<-HTML
16- © 2007–2022 Pallets< br >
16+ © 2007 Pallets< br >
1717 Licensed under the BSD 3-clause License.
1818 HTML
1919
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+
2025 version '2.3' do
2126 self . release = '2.3.x'
2227 self . base_url = "https://werkzeug.palletsprojects.com/en/#{ self . release } /"
You can’t perform that action at this time.
0 commit comments