RSSHub/scripts/docs-scraper/docs.rsshub.app.json

22 lines
681 B
JSON

{
"index_uid": "rsshub",
"sitemap_urls": ["https://docs.rsshub.app/sitemap.xml"],
"start_urls": ["https://docs.rsshub.app"],
"selectors": {
"lvl0": {
"selector": ".sidebar-heading.open",
"global": true,
"default_value": "路由"
},
"lvl1": ".theme-default-content h1",
"lvl2": ".theme-default-content h2",
"lvl3": ".theme-default-content h3",
"lvl4": ".theme-default-content h4",
"lvl5": ".theme-default-content h5",
"text": ".theme-default-content p, .docs-content li"
},
"strip_chars": " .,;:#",
"scrap_start_urls": true,
"min_indexed_level": 1
}