mirror of
https://codeberg.org/readeck/readeck.git
synced 2025-12-22 13:17:10 +00:00
Updated Site Config files
This commit is contained in:
23
pkg/extract/contentscripts/assets/site-config/as-web.jp.json
Normal file
23
pkg/extract/contentscripts/assets/site-config/as-web.jp.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"title_selectors": null,
|
||||
"body_selectors": null,
|
||||
"date_selectors": null,
|
||||
"author_selectors": null,
|
||||
"strip_selectors": null,
|
||||
"strip_id_or_class": null,
|
||||
"strip_image_src": null,
|
||||
"native_ad_selectors": null,
|
||||
"tidy": false,
|
||||
"prune": false,
|
||||
"autodetect_on_failure": true,
|
||||
"single_page_link_selectors": null,
|
||||
"next_page_link_selectors": null,
|
||||
"replace_strings": null,
|
||||
"http_headers": null,
|
||||
"tests": [
|
||||
{
|
||||
"url": "https://www.as-web.jp/f1/1275289",
|
||||
"contains": []
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"title_selectors": [
|
||||
"substring-before(//meta[@property='og:title']/@content , ' | Business Insider Japan')"
|
||||
],
|
||||
"body_selectors": [
|
||||
"//div[contains(concat(' ',normalize-space(@class),' '),' article_pArticle_Body ')]"
|
||||
],
|
||||
"date_selectors": null,
|
||||
"author_selectors": null,
|
||||
"strip_selectors": null,
|
||||
"strip_id_or_class": [
|
||||
"bws-avoid",
|
||||
"displayhandler_sm__stLxT",
|
||||
"displayhandler_lg__cvCnu"
|
||||
],
|
||||
"strip_image_src": null,
|
||||
"native_ad_selectors": null,
|
||||
"tidy": false,
|
||||
"prune": false,
|
||||
"autodetect_on_failure": true,
|
||||
"single_page_link_selectors": null,
|
||||
"next_page_link_selectors": [
|
||||
"//a[contains(text(),\"次ページ\")]"
|
||||
],
|
||||
"replace_strings": null,
|
||||
"http_headers": null,
|
||||
"tests": [
|
||||
{
|
||||
"url": "https://www.businessinsider.jp/article/2511-mobile-4-carriers-strategy-analysis/",
|
||||
"contains": []
|
||||
},
|
||||
{
|
||||
"url": "https://www.businessinsider.jp/article/2511-canon-semiconductor-business/",
|
||||
"contains": []
|
||||
},
|
||||
{
|
||||
"url": "https://www.businessinsider.jp/article/2511-google-company-turnaround-moment-reasons-ai-race-gemini/",
|
||||
"contains": []
|
||||
},
|
||||
{
|
||||
"url": "https://www.businessinsider.jp/article/2511-google-deepmind-cracks-century-old-physics-mystery-ai-fluid-dynamics/",
|
||||
"contains": []
|
||||
},
|
||||
{
|
||||
"url": "https://www.businessinsider.jp/article/2511-ai-bubble-dot-com-crash-data-centers-infrastructure-jeremy-siegel/",
|
||||
"contains": []
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"title_selectors": [
|
||||
"substring-before(//meta[@property='og:title']/@content , ' | 毎日新聞')"
|
||||
],
|
||||
"body_selectors": null,
|
||||
"date_selectors": null,
|
||||
"author_selectors": null,
|
||||
"strip_selectors": null,
|
||||
"strip_id_or_class": [
|
||||
"ad-articledetail-2"
|
||||
],
|
||||
"strip_image_src": null,
|
||||
"native_ad_selectors": null,
|
||||
"tidy": false,
|
||||
"prune": false,
|
||||
"autodetect_on_failure": true,
|
||||
"single_page_link_selectors": null,
|
||||
"next_page_link_selectors": null,
|
||||
"replace_strings": null,
|
||||
"http_headers": null,
|
||||
"tests": [
|
||||
{
|
||||
"url": "https://mainichi.jp/articles/20251122/k00/00m/010/037000c",
|
||||
"contains": []
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"title_selectors": null,
|
||||
"body_selectors": [
|
||||
"//div[@class=\"content-area\"]"
|
||||
],
|
||||
"date_selectors": null,
|
||||
"author_selectors": null,
|
||||
"strip_selectors": null,
|
||||
"strip_id_or_class": [
|
||||
"cmp-lst016",
|
||||
"cmp-misc010",
|
||||
"cmp-hdg005"
|
||||
],
|
||||
"strip_image_src": null,
|
||||
"native_ad_selectors": null,
|
||||
"tidy": false,
|
||||
"prune": false,
|
||||
"autodetect_on_failure": true,
|
||||
"single_page_link_selectors": null,
|
||||
"next_page_link_selectors": null,
|
||||
"replace_strings": null,
|
||||
"http_headers": null,
|
||||
"tests": [
|
||||
{
|
||||
"url": "https://www.tokyo-np.co.jp/article/454831",
|
||||
"contains": []
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user