Skip to content

Commit cc0551f

Browse files
authored
Merge pull request freeCodeCamp#2477 from spuun/crystal-1.16.1
Crystal 1.16.1
2 parents c35c628 + 585a120 commit cc0551f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

lib/docs/scrapers/crystal.rb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module Docs
22
class Crystal < UrlScraper
33
include MultipleBaseUrls
44
self.type = 'crystal'
5-
self.release = '1.16.0'
5+
self.release = '1.16.1'
66
self.base_urls = [
77
"https://crystal-lang.org/api/#{release}/",
88
"https://crystal-lang.org/reference/#{release[0..2]}/",
@@ -20,8 +20,10 @@ def initial_urls
2020
html_filters.push 'crystal/entries', 'crystal/clean_html'
2121

2222
options[:skip_patterns] = [
23-
%r{\ACrystal/System/},
23+
%r{\ALibLLVM\.html\z},
24+
%r{\ACrystal/System(/|\.html\z)},
2425
%r{\ACrystal/PointerPairingHeap/},
26+
%r{\AFiber/ExecutionContext/Scheduler.html\z},
2527
%r{\AIO/Evented.html\z},
2628
%r{\ARegex/PCRE2.html\z}
2729
]

0 commit comments

Comments
 (0)