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
update the fork #1
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
rel: issues/1680 1. fix /hust/auto/notice/:type? & /hust/auto/new 2. add /hust/aia/notice/:type? & /hust/aia/new
* 修改牛客网帖子内容(description)解析方案 * 牛客网全文链接 删除随位置变化的param * fix pretty issue 3
1. 知乎的**用户回答**、**专栏**、**问题**、**话题**内容的图片处,实际上是`<noscript><img ... /></noscript><img ... />`,在Inoreader中noscript标签会被去掉导致出现两张一模一样的图片,很容易处理掉没用的noscript标签,确保图片的正确显示。 2. **知乎日报**内容去掉形如`<h2 class="question-title">知乎问题标题</h2>`中的h2标签,现在的正则会把`</h2>`也一并去掉,处理逻辑更为清晰。
let list = $('.co_content8 table tr').get(); list.splice(0, 1); 原因如下: 页面内含有两个 .co_content8 table 仅第一个 table内 第一个 tr 元素是广告 const list = $('.co_content8 table tr:not(:first-child)').get(); 会丢失第二个table的第一个tr元素
随着页面元素的更新而更新
- Closes #1694
1. 原来的 `pubDate` 为 `2019-03-08T04:10:53.381143Z` 格式,现修改成 UTC 格式 2. 原来的 `guid` 为 link ,每次有新的 build 都是返回同一个 link ,现从接口中找了个不会重复的参数即 `pubDate` 作为 guid
sub_model 为 top-ooxx 时也有链接,所以去掉了 if close #1716
- 目前只处理了非私有频道的图片(不包括图片文件)显示 - Closes #903
* add maitta route * 更换请求源
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.