Skip to content

Commit c8d9852

Browse files
chore: auto build DIYgod/RSSHub@6886265
1 parent ec64cc2 commit c8d9852

1 file changed

Lines changed: 86 additions & 0 deletions

File tree

src/public/routes.json

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100562,6 +100562,92 @@
100562100562
}
100563100563
}
100564100564
},
100565+
"lemonde": {
100566+
"name": "Le Monde",
100567+
"url": "lemonde.fr",
100568+
"categories": [
100569+
"traditional-media"
100570+
],
100571+
"heat": 0,
100572+
"routes": {
100573+
"/lemonde/en/:category?": {
100574+
"path": "/en/:category?",
100575+
"name": "News (English)",
100576+
"maintainers": [
100577+
"mlkgrnt"
100578+
],
100579+
"example": "/lemonde/en",
100580+
"parameters": {
100581+
"category": {
100582+
"description": "Category slug, see table below. Defaults to homepage.",
100583+
"default": ""
100584+
}
100585+
},
100586+
"description": "| Category | Description |\n| ----------------------- | ------------------------- |\n| (empty) | Homepage / Top stories |\n| international | World – International |\n| americas | World – Americas |\n| united-kingdom | World – United Kingdom |\n| united-states | World – United States |\n| africa | World – Africa |\n| asia-pacific | World – Asia Pacific |\n| middle-east | World – Middle East |\n| europe | Europe |\n| politics | France – French Politics |\n| police-and-justice | France – French Justice |\n| education | France – French Education |\n| french-delights | France – French Delights |\n| environment | Environment |\n| economy | Economy |\n| world-economy | Economy – World Economy |\n| french-economy | Economy – French Economy |\n| m-le-mag | M Magazine |\n| lifestyle | M Magazine – Lifestyle |\n| fashion | M Magazine – Fashion |\n| food | M Magazine – Food |\n| travel | M Magazine – Travel |\n| culture | Culture |\n| arts | Culture – Art |\n| cinema | Culture – Cinema |\n| music | Culture – Music |\n| books | Culture – Books |\n| global-issues | Global Issues |\n| pixels | Pixels |\n| artificial-intelligence | Pixels – AI |\n| social-media | Pixels – Social Media |\n| sports | Sports |\n| football | Sports – Football |\n| rugby | Sports – Rugby |\n| tennis | Sports – Tennis |\n| cycling | Sports – Cycling |\n| basketball | Sports – Basketball |\n| science | Science |\n| health | Health |\n| intimacy | Intimacy |\n| les-decodeurs | Les Décodeurs |\n| our-times | Our Times |\n| obituaries | Obituaries |\n| religion | Religion |\n| opinion | Opinion |\n| editorials | Opinion – Editorials |\n| columns | Opinion – Columns |\n| op-eds | Opinion – Op-Eds |",
100587+
"categories": [
100588+
"traditional-media"
100589+
],
100590+
"features": {
100591+
"requireConfig": false,
100592+
"requirePuppeteer": false,
100593+
"antiCrawler": false,
100594+
"supportBT": false,
100595+
"supportPodcast": false,
100596+
"supportScihub": false
100597+
},
100598+
"radar": [
100599+
{
100600+
"source": [
100601+
"lemonde.fr/en/:category"
100602+
],
100603+
"target": "/en/:category"
100604+
}
100605+
],
100606+
"view": 0,
100607+
"location": "en.ts",
100608+
"heat": 0,
100609+
"topFeeds": []
100610+
},
100611+
"/lemonde/:category?": {
100612+
"path": "/:category?",
100613+
"name": "News",
100614+
"maintainers": [
100615+
"mlkgrnt"
100616+
],
100617+
"example": "/lemonde",
100618+
"parameters": {
100619+
"category": {
100620+
"description": "Category slug, see table below. Defaults to homepage.",
100621+
"default": ""
100622+
}
100623+
},
100624+
"description": "| Category | Description |\n| ------------- | ---------------------- |\n| (empty) | Homepage / Top stories |\n| international | International |\n| politique | Politics |\n| economie | Economy |\n| societe | Society |\n| culture | Culture |\n| sport | Sports |\n| planete | Environment |\n| pixels | Tech / Digital |\n| sciences | Sciences |\n| idees | Opinions |\n| sante | Health |\n| em | M le mag |\n| en-continu | Live / Breaking |\n| decodeurs | Fact-checking |",
100625+
"categories": [
100626+
"traditional-media"
100627+
],
100628+
"features": {
100629+
"requireConfig": false,
100630+
"requirePuppeteer": false,
100631+
"antiCrawler": false,
100632+
"supportBT": false,
100633+
"supportPodcast": false,
100634+
"supportScihub": false
100635+
},
100636+
"radar": [
100637+
{
100638+
"source": [
100639+
"lemonde.fr/:category"
100640+
],
100641+
"target": "/:category"
100642+
}
100643+
],
100644+
"view": 0,
100645+
"location": "index.ts",
100646+
"heat": 0,
100647+
"topFeeds": []
100648+
}
100649+
}
100650+
},
100565100651
"lenovo": {
100566100652
"name": "联想",
100567100653
"url": "lenovo.com.cn",

0 commit comments

Comments
 (0)