Skip to content
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 45 commits into from
Mar 17, 2019
Merged

update the fork #1

merged 45 commits into from
Mar 17, 2019

Conversation

junfengP
Copy link
Owner

No description provided.

budui and others added 30 commits March 5, 2019 12:06
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元素
Use js config too build rss

close #349 close #1035
随着页面元素的更新而更新
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

* 更换请求源
LogicJake and others added 15 commits March 13, 2019 12:07
pr #1674 中的 commit 246b1bc "chore: 大学路由限制条数" 使用splice函数对很多大学的返回条目进行了限制,但是随之产生了bug,这里对哈工大进行了修复,但是其他大学(包括但不限于华中科技大学 山东大学等)仍存在问题。
item 链接改为 文章原文链接,不看中间页
即刻主题已更名为圈子。
1. bump redis version
1. update docs
close #1753 
网页结构变化
@junfengP junfengP merged commit e1d872b into junfengP:master Mar 17, 2019
junfengP pushed a commit that referenced this pull request Feb 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.