Class: Ish::Sitemap

Inherits:
Object
  • Object
show all
Defined in:
lib/tasks/infinite_shelter/sitemap.rb

Constant Summary collapse

DEFAULT_ORIGIN =
'https://infiniteshelter.com'

Instance Method Summary collapse

Instance Method Details

#checksObject



9
10
11
12
13
14
15
16
17
18
19
20
21
# File 'lib/tasks/infinite_shelter/sitemap.rb', line 9

def checks
  out = [
  #   { path: '/2022/09/sturfee-build-pipeline',       selector: 'article.wco-id-100' },
  # ]; tmp = [


    { path: '/en/locations/show/tomorrowland',       selector: 'body' },
    { path: '/en/locations/show/florida',       selector: 'body' },


  ]
  return out
end