Sha256: 92fc1cf7e67d760e316915e3c4b3f16fb7999899e43f2b02b45848a0dce0c8f9
Contents?: true
Size: 403 Bytes
Versions: 90
Compression:
Stored size: 403 Bytes
Contents
module Ish end class Ish::Sitemap DEFAULT_ORIGIN = 'https://infiniteshelter.com' 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 end
Version data entries
90 entries across 90 versions & 1 rubygems