Skip to content

Commit 1b1528b

Browse files
chore: auto build DIYgod/RSSHub@2c59293
1 parent 01a94f2 commit 1b1528b

1 file changed

Lines changed: 23 additions & 194 deletions

File tree

src/public/routes.json

Lines changed: 23 additions & 194 deletions
Original file line numberDiff line numberDiff line change
@@ -27836,31 +27836,17 @@
2783627836
"categories": [
2783727837
"social-media"
2783827838
],
27839-
"heat": 42,
27839+
"heat": 0,
2784027840
"routes": {
27841-
"/daily/discussed/:period?/:innerSharedContent?/:dateSort?": {
27842-
"path": "/discussed/:period?/:innerSharedContent?/:dateSort?",
27841+
"/daily/discussed/:period?/:dateSort?": {
27842+
"path": "/discussed/:period?/:dateSort?",
2784327843
"name": "Most Discussed",
2784427844
"url": "app.daily.dev/discussed",
2784527845
"maintainers": [
2784627846
"Rjnishant530"
2784727847
],
2784827848
"example": "/daily/discussed/30",
2784927849
"parameters": {
27850-
"innerSharedContent": {
27851-
"description": "Where to Fetch inner Shared Posts instead of original",
27852-
"default": "false",
27853-
"options": [
27854-
{
27855-
"value": "false",
27856-
"label": "False"
27857-
},
27858-
{
27859-
"value": "true",
27860-
"label": "True"
27861-
}
27862-
]
27863-
},
2786427850
"dateSort": {
2786527851
"description": "Sort posts by publication date instead of popularity",
2786627852
"default": "true",
@@ -27906,60 +27892,18 @@
2790627892
],
2790727893
"view": 0,
2790827894
"location": "discussed.ts",
27909-
"heat": 11,
27910-
"topFeeds": [
27911-
{
27912-
"type": "feed",
27913-
"id": "119070318001807360",
27914-
"url": "rsshub://daily/discussed/30",
27915-
"title": "Real-time discussions in the developer community | daily.dev",
27916-
"description": "Stay on top of real-time developer discussions on daily.dev. Join conversations happening now and engage with the most active community members. - Powered by RSSHub",
27917-
"siteUrl": "https://app.daily.dev/posts/discussed",
27918-
"image": null,
27919-
"errorMessage": null,
27920-
"errorAt": null,
27921-
"ownerUserId": null
27922-
},
27923-
{
27924-
"type": "feed",
27925-
"id": "83025199966683136",
27926-
"url": "rsshub://daily/discussed",
27927-
"title": "Real-time discussions in the developer community | daily.dev",
27928-
"description": "Stay on top of real-time developer discussions on daily.dev. Join conversations happening now and engage with the most active community members. - Powered by RSSHub",
27929-
"siteUrl": "https://app.daily.dev/posts/discussed",
27930-
"image": null,
27931-
"errorMessage": null,
27932-
"errorAt": null,
27933-
"ownerUserId": null
27934-
}
27935-
],
27936-
"test": {
27937-
"code": 0
27938-
}
27895+
"heat": 0,
27896+
"topFeeds": []
2793927897
},
27940-
"/daily/popular/:innerSharedContent?/:dateSort?": {
27941-
"path": "/popular/:innerSharedContent?/:dateSort?",
27898+
"/daily/popular/:dateSort?": {
27899+
"path": "/popular/:dateSort?",
2794227900
"name": "Popular",
2794327901
"url": "app.daily.dev/popular",
2794427902
"maintainers": [
2794527903
"Rjnishant530"
2794627904
],
2794727905
"example": "/daily/popular",
2794827906
"parameters": {
27949-
"innerSharedContent": {
27950-
"description": "Where to Fetch inner Shared Posts instead of original",
27951-
"default": "false",
27952-
"options": [
27953-
{
27954-
"value": "false",
27955-
"label": "False"
27956-
},
27957-
{
27958-
"value": "true",
27959-
"label": "True"
27960-
}
27961-
]
27962-
},
2796327907
"dateSort": {
2796427908
"description": "Sort posts by publication date instead of popularity",
2796527909
"default": "true",
@@ -27987,49 +27931,19 @@
2798727931
],
2798827932
"view": 0,
2798927933
"location": "popular.ts",
27990-
"heat": 10,
27991-
"topFeeds": [
27992-
{
27993-
"type": "feed",
27994-
"id": "98839639566962688",
27995-
"url": "rsshub://daily/popular",
27996-
"title": "Popular posts on daily.dev",
27997-
"description": "daily.dev is the easiest way to stay updated on the latest programming news. Get the best content from the top tech publications on any topic you want. - Powered by RSSHub",
27998-
"siteUrl": "https://app.daily.dev/posts",
27999-
"image": null,
28000-
"errorMessage": null,
28001-
"errorAt": null,
28002-
"ownerUserId": null
28003-
}
28004-
],
28005-
"test": {
28006-
"code": 0
28007-
}
27934+
"heat": 0,
27935+
"topFeeds": []
2800827936
},
28009-
"/daily/source/:sourceId/:innerSharedContent?": {
28010-
"path": "/source/:sourceId/:innerSharedContent?",
27937+
"/daily/source/:sourceId": {
27938+
"path": "/source/:sourceId",
2801127939
"name": "Source Posts",
2801227940
"url": "app.daily.dev",
2801327941
"maintainers": [
2801427942
"TonyRL"
2801527943
],
2801627944
"example": "/daily/source/hn",
2801727945
"parameters": {
28018-
"sourceId": "The source id",
28019-
"innerSharedContent": {
28020-
"description": "Where to Fetch inner Shared Posts instead of original",
28021-
"default": "false",
28022-
"options": [
28023-
{
28024-
"value": "false",
28025-
"label": "False"
28026-
},
28027-
{
28028-
"value": "true",
28029-
"label": "True"
28030-
}
28031-
]
28032-
}
27946+
"sourceId": "The source id"
2803327947
},
2803427948
"categories": [
2803527949
"social-media"
@@ -28043,36 +27957,16 @@
2804327957
],
2804427958
"location": "source.ts",
2804527959
"heat": 0,
28046-
"topFeeds": [],
28047-
"test": {
28048-
"code": 1,
28049-
"message": "AssertionError: expected 503 to be 200 // Object.is equality\n at /home/runner/work/RSSHub/RSSHub/lib/app.test.ts:105:41\n at processTicksAndRejections (node:internal/process/task_queues:104:5)\n at file:///home/runner/work/RSSHub/RSSHub/node_modules/.pnpm/@vitest+runner@4.1.10/node_modules/@vitest/runner/dist/chunk-artifact.js:1903:20"
28050-
}
27960+
"topFeeds": []
2805127961
},
28052-
"/daily/squads/:squads/:innerSharedContent?": {
28053-
"path": "/squads/:squads/:innerSharedContent?",
27962+
"/daily/squads/:squads": {
27963+
"path": "/squads/:squads",
2805427964
"name": "Squads",
2805527965
"url": "app.daily.dev/squads/discover",
2805627966
"maintainers": [
2805727967
"Rjnishant530"
2805827968
],
2805927969
"example": "/daily/squads/watercooler",
28060-
"parameters": {
28061-
"innerSharedContent": {
28062-
"description": "Where to Fetch inner Shared Posts instead of original",
28063-
"default": "false",
28064-
"options": [
28065-
{
28066-
"value": "false",
28067-
"label": "False"
28068-
},
28069-
{
28070-
"value": "true",
28071-
"label": "True"
28072-
}
28073-
]
28074-
}
28075-
},
2807627970
"categories": [
2807727971
"social-media"
2807827972
],
@@ -28086,34 +27980,17 @@
2808627980
"view": 0,
2808727981
"location": "squads.ts",
2808827982
"heat": 0,
28089-
"topFeeds": [],
28090-
"test": {
28091-
"code": 0
28092-
}
27983+
"topFeeds": []
2809327984
},
28094-
"/daily/upvoted/:period?/:innerSharedContent?/:dateSort?": {
28095-
"path": "/upvoted/:period?/:innerSharedContent?/:dateSort?",
27985+
"/daily/upvoted/:period?/:dateSort?": {
27986+
"path": "/upvoted/:period?/:dateSort?",
2809627987
"name": "Most upvoted",
2809727988
"url": "app.daily.dev/upvoted",
2809827989
"maintainers": [
2809927990
"Rjnishant530"
2810027991
],
2810127992
"example": "/daily/upvoted/7",
2810227993
"parameters": {
28103-
"innerSharedContent": {
28104-
"description": "Where to Fetch inner Shared Posts instead of original",
28105-
"default": "false",
28106-
"options": [
28107-
{
28108-
"value": "false",
28109-
"label": "False"
28110-
},
28111-
{
28112-
"value": "true",
28113-
"label": "True"
28114-
}
28115-
]
28116-
},
2811727994
"dateSort": {
2811827995
"description": "Sort posts by publication date instead of popularity",
2811927996
"default": "true",
@@ -28159,61 +28036,17 @@
2815928036
],
2816028037
"view": 0,
2816128038
"location": "upvoted.ts",
28162-
"heat": 21,
28163-
"topFeeds": [
28164-
{
28165-
"type": "feed",
28166-
"id": "81424438471419904",
28167-
"url": "rsshub://daily/upvoted",
28168-
"title": "Most upvoted posts for developers | daily.dev",
28169-
"description": "Find the most upvoted developer posts on daily.dev. Explore top-rated content in coding, tutorials, and tech news from the largest developer network in the world. - Powered by RSSHub",
28170-
"siteUrl": "https://app.daily.dev/posts/upvoted",
28171-
"image": null,
28172-
"errorMessage": null,
28173-
"errorAt": null,
28174-
"ownerUserId": null
28175-
},
28176-
{
28177-
"type": "feed",
28178-
"id": "129176238537455616",
28179-
"url": "rsshub://daily/upvoted/7",
28180-
"title": "Most upvoted posts for developers | daily.dev",
28181-
"description": "Find the most upvoted developer posts on daily.dev. Explore top-rated content in coding, tutorials, and tech news from the largest developer network in the world. - Powered by RSSHub",
28182-
"siteUrl": "https://app.daily.dev/posts/upvoted",
28183-
"image": null,
28184-
"errorMessage": null,
28185-
"errorAt": null,
28186-
"ownerUserId": null
28187-
}
28188-
],
28189-
"test": {
28190-
"code": 0
28191-
}
28039+
"heat": 0,
28040+
"topFeeds": []
2819228041
},
28193-
"/daily/user/:userId/:innerSharedContent?": {
28194-
"path": "/user/:userId/:innerSharedContent?",
28042+
"/daily/user/:userId": {
28043+
"path": "/user/:userId",
2819528044
"name": "User Posts",
2819628045
"url": "app.daily.dev",
2819728046
"maintainers": [
2819828047
"TonyRL"
2819928048
],
2820028049
"example": "/daily/user/kramer",
28201-
"parameters": {
28202-
"innerSharedContent": {
28203-
"description": "Where to Fetch inner Shared Posts instead of original",
28204-
"default": "false",
28205-
"options": [
28206-
{
28207-
"value": "false",
28208-
"label": "False"
28209-
},
28210-
{
28211-
"value": "true",
28212-
"label": "True"
28213-
}
28214-
]
28215-
}
28216-
},
2821728050
"categories": [
2821828051
"social-media"
2821928052
],
@@ -28227,11 +28060,7 @@
2822728060
],
2822828061
"location": "user.ts",
2822928062
"heat": 0,
28230-
"topFeeds": [],
28231-
"test": {
28232-
"code": 1,
28233-
"message": "AssertionError: expected 503 to be 200 // Object.is equality\n at /home/runner/work/RSSHub/RSSHub/lib/app.test.ts:105:41\n at processTicksAndRejections (node:internal/process/task_queues:104:5)\n at file:///home/runner/work/RSSHub/RSSHub/node_modules/.pnpm/@vitest+runner@4.1.10/node_modules/@vitest/runner/dist/chunk-artifact.js:1903:20"
28234-
}
28063+
"topFeeds": []
2823528064
}
2823628065
}
2823728066
},

0 commit comments

Comments
 (0)