forked from DIYgod/RSSHub
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pull to the latest #6
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
有關獲取主頁中的最新訊息(`matters/latest`),因網站未能提供相應接口,且需模仿 click button,故只能採用 `puppeteer`。
- 由于源站页面结构(包括 url)变更,导致页面链接/guid、参数均与之前不对应。这是一个**破坏性/不兼容**变更 - 另外链接全部更改为 https - Closes #1866
解决一分钟之内发布的微博,pubDate为'刚刚'的bug close #1870
closes #1878
fix: houxu/lives/new 为空的问题 refactor: houxu/lives 从后续 App 接口获取数据,增加摘要显示 docs: 调整 houxu/lives 的文档,描述更加清晰
closes #1901
由于先前的路由的注册顺序是**先**`/nytimes/:lang?`**后**`/nytimes/morning_post`,且`lang`参数为可选。当访问`/nytimes/morning_post`时实际上是走到了第一个路由也就是`/nytimes/:lang?`里(这种情况下第二个路由其实并没有起作用),导致输出内容不符合预期 因此调换两个路由的注册顺序可以解决这个问题 Closes #1886
`.chapter-list` 下有多个 `ul`,最新的 `ul` 在最后面。
在转发 Telegram Channel 到 Mastodon 的过程中,发现有两处格式错误: 1. hashtag 和斜体内容, Mastodon 不支持,就变成 `<i>#tag</i>` 这样的形式了,版式很乱且没必要,这个一般用的也少,干脆就去掉了。 2. 在去除不可见字符的时候,应当保留回车 `\r \n` ,这样可以更好的保持排版格式。(源代码中参照的 stackoverflow 链接中的第二个,回答中的提示也有保留回车的选项,就套过来了。
closes #1920
-修正处理视频时长的逻辑 -为封面图url开头增加http以适配某些阅读器 -GUID替换为url
北京邮电大学所有学院的硕士研究生招生通知
- 考虑到兼容性问题,guid 仍为旧的地址链接,link 和 description 中已换成新链接 - Closes #1921
修复a9vg feed
closes #1914
添加 [中国传媒大学研究生招生网](http://yz.cuc.edu.cn) 通知公告
以前的专栏url是这样的:`https://api.zhihu.com/columns/xxx`。我想这并不是用户想要的,点击之后还要修改url。 改进后是正常的url:`https://zhuanlan.zhihu.com/xxx`
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.