Skip to content

feat(route): add Liaoning Musuem route#22338

Open
magazian wants to merge 3 commits into
DIYgod:masterfrom
magazian:feat-lnmuseum
Open

feat(route): add Liaoning Musuem route#22338
magazian wants to merge 3 commits into
DIYgod:masterfrom
magazian:feat-lnmuseum

Conversation

@magazian

Copy link
Copy Markdown
Contributor

Involved Issue / 该 PR 相关 Issue

Close #

Example for the Proposed Route(s) / 路由地址示例

/lnmuseum/information
/lnmuseum/exhibition/temporary
/lnmuseum/exhibition/temporary/now
/lnmuseum/exhibition/temporary/past

New RSS Route Checklist / 新 RSS 路由检查表

  • New Route / 新的路由
  • Anti-bot or rate limit / 反爬/频率限制
    • If yes, do your code reflect this sign? / 如果有, 是否有对应的措施?
  • Date and time / 日期和时间
    • Parsed / 可以解析
    • Correct time zone / 时区正确
  • New package added / 添加了新的包
  • Puppeteer

Note / 说明

@github-actions github-actions Bot added the route label Jun 25, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Auto Review

  • [Rule 3] lib/routes/lnmuseum/information.ts: Radar source contains hash and query (www.lnmuseum.com.cn/#/about?pageType=2). Must be relative host/path without hash/query. Fix: change to 'www.lnmuseum.com.cn'.
  • [Rule 3] lib/routes/lnmuseum/temporary.tsx: Radar source contains hash and query (www.lnmuseum.com.cn/#/exhibition?type=1). Must be relative host/path without hash/query. Fix: change to 'www.lnmuseum.com.cn'.

@github-actions github-actions Bot added the auto: not ready to review Users can't get the RSS feed output according to automated testing results label Jun 25, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Successfully generated as following:

http://localhost:1200/lnmuseum/information - Failed ❌
HTTPError: Response code 503 (Service Unavailable)

Error Message:<br/>FetchError: [GET] &quot;https://www.lnmuseum.com.cn/singleMuseum/webapi/information?currentPage=1&amp;size=10&amp;_t=1782398167854&quot;: &lt;no response&gt; fetch failed
Route: /lnmuseum/information
Full Route: /lnmuseum/information
Node Version: v24.18.0
Git Hash: c8617a52
http://localhost:1200/lnmuseum/exhibition/temporary - Failed ❌
HTTPError: Response code 503 (Service Unavailable)

Error Message:<br/>Error: this route is empty, please check the original site or &lt;a href=&quot;https://github.com/DIYgod/RSSHub/issues/new/choose&quot;&gt;create an issue&lt;/a&gt;
Route: /lnmuseum/exhibition/temporary/:type?
Full Route: /lnmuseum/exhibition/temporary
Node Version: v24.18.0
Git Hash: c8617a52
http://localhost:1200/lnmuseum/exhibition/temporary/now - Failed ❌
HTTPError: Response code 503 (Service Unavailable)

Error Message:<br/>Error: this route is empty, please check the original site or &lt;a href=&quot;https://github.com/DIYgod/RSSHub/issues/new/choose&quot;&gt;create an issue&lt;/a&gt;
Route: /lnmuseum/exhibition/temporary/:type?
Full Route: /lnmuseum/exhibition/temporary/now
Node Version: v24.18.0
Git Hash: c8617a52
http://localhost:1200/lnmuseum/exhibition/temporary/past - Failed ❌
HTTPError: Response code 503 (Service Unavailable)

Error Message:<br/>Error: this route is empty, please check the original site or &lt;a href=&quot;https://github.com/DIYgod/RSSHub/issues/new/choose&quot;&gt;create an issue&lt;/a&gt;
Route: /lnmuseum/exhibition/temporary/:type?
Full Route: /lnmuseum/exhibition/temporary/past
Node Version: v24.18.0
Git Hash: c8617a52

@github-actions github-actions Bot removed the auto: not ready to review Users can't get the RSS feed output according to automated testing results label Jun 25, 2026
@github-actions

github-actions Bot commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

Auto Review

No clear rule violations found in the current diff.

@github-actions github-actions Bot added the auto: not ready to review Users can't get the RSS feed output according to automated testing results label Jun 25, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Successfully generated as following:

http://localhost:1200/lnmuseum/information - Failed ❌
HTTPError: Response code 503 (Service Unavailable)

Error Message:<br/>FetchError: [GET] &quot;https://www.lnmuseum.com.cn/singleMuseum/webapi/information?currentPage=1&amp;size=10&amp;_t=1782398635915&quot;: &lt;no response&gt; fetch failed
Route: /lnmuseum/information
Full Route: /lnmuseum/information
Node Version: v24.18.0
Git Hash: 488c3d64
http://localhost:1200/lnmuseum/exhibition/temporary - Failed ❌
HTTPError: Response code 503 (Service Unavailable)

Error Message:<br/>Error: this route is empty, please check the original site or &lt;a href=&quot;https://github.com/DIYgod/RSSHub/issues/new/choose&quot;&gt;create an issue&lt;/a&gt;
Route: /lnmuseum/exhibition/temporary/:type?
Full Route: /lnmuseum/exhibition/temporary
Node Version: v24.18.0
Git Hash: 488c3d64
http://localhost:1200/lnmuseum/exhibition/temporary/now - Failed ❌
HTTPError: Response code 503 (Service Unavailable)

Error Message:<br/>Error: this route is empty, please check the original site or &lt;a href=&quot;https://github.com/DIYgod/RSSHub/issues/new/choose&quot;&gt;create an issue&lt;/a&gt;
Route: /lnmuseum/exhibition/temporary/:type?
Full Route: /lnmuseum/exhibition/temporary/now
Node Version: v24.18.0
Git Hash: 488c3d64
http://localhost:1200/lnmuseum/exhibition/temporary/past - Failed ❌
HTTPError: Response code 503 (Service Unavailable)

Error Message:<br/>Error: this route is empty, please check the original site or &lt;a href=&quot;https://github.com/DIYgod/RSSHub/issues/new/choose&quot;&gt;create an issue&lt;/a&gt;
Route: /lnmuseum/exhibition/temporary/:type?
Full Route: /lnmuseum/exhibition/temporary/past
Node Version: v24.18.0
Git Hash: 488c3d64

@magazian

Copy link
Copy Markdown
Contributor Author
image image image image The code actually works in a local network environment. Screenshots is attached for your reference. Could you please review the PR? Thanks you.

@github-actions github-actions Bot added auto: not ready to review Users can't get the RSS feed output according to automated testing results and removed auto: not ready to review Users can't get the RSS feed output according to automated testing results labels Jun 25, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Successfully generated as following:

http://localhost:1200/lnmuseum/information - Failed ❌
HTTPError: Response code 503 (Service Unavailable)

Error Message:<br/>FetchError: [GET] &quot;https://www.lnmuseum.com.cn/singleMuseum/webapi/information?currentPage=1&amp;size=10&amp;_t=1782399336024&quot;: &lt;no response&gt; fetch failed
Route: /lnmuseum/information
Full Route: /lnmuseum/information
Node Version: v24.18.0
Git Hash: 5af4e211
http://localhost:1200/lnmuseum/exhibition/temporary - Failed ❌
HTTPError: Response code 503 (Service Unavailable)

Error Message:<br/>Error: this route is empty, please check the original site or &lt;a href=&quot;https://github.com/DIYgod/RSSHub/issues/new/choose&quot;&gt;create an issue&lt;/a&gt;
Route: /lnmuseum/exhibition/temporary/:type?
Full Route: /lnmuseum/exhibition/temporary
Node Version: v24.18.0
Git Hash: 5af4e211
http://localhost:1200/lnmuseum/exhibition/temporary/now - Failed ❌
HTTPError: Response code 503 (Service Unavailable)

Error Message:<br/>Error: this route is empty, please check the original site or &lt;a href=&quot;https://github.com/DIYgod/RSSHub/issues/new/choose&quot;&gt;create an issue&lt;/a&gt;
Route: /lnmuseum/exhibition/temporary/:type?
Full Route: /lnmuseum/exhibition/temporary/now
Node Version: v24.18.0
Git Hash: 5af4e211
http://localhost:1200/lnmuseum/exhibition/temporary/past - Failed ❌
HTTPError: Response code 503 (Service Unavailable)

Error Message:<br/>Error: this route is empty, please check the original site or &lt;a href=&quot;https://github.com/DIYgod/RSSHub/issues/new/choose&quot;&gt;create an issue&lt;/a&gt;
Route: /lnmuseum/exhibition/temporary/:type?
Full Route: /lnmuseum/exhibition/temporary/past
Node Version: v24.18.0
Git Hash: 5af4e211

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto: not ready to review Users can't get the RSS feed output according to automated testing results route

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant