@@ -19,6 +19,8 @@ module Docs
name.split('.')[0..2].join('.')
elsif name.start_with?('ddmd')
'ddmd'
+ elsif name.start_with?('rt')
+ 'rt'
else
name.split('.')[0..1].join('.')
end
@@ -2,7 +2,7 @@ module Docs
class D < UrlScraper
include MultipleBaseUrls
- self.release = '2.079.0'
+ self.release = '2.080.0'
self.type = 'd'
self.base_urls = ['https://dlang.org/phobos/', 'https://dlang.org/spec/']
self.root_path = 'index.html'