RSSHub/lib
Josiah Wang 41f94cd2a5 修复知乎图片重复问题 & 知乎日报h2标签处理逻辑 (#1704)
1. 知乎的**用户回答**、**专栏**、**问题**、**话题**内容的图片处,实际上是`<noscript><img ... /></noscript><img ... />`,在Inoreader中noscript标签会被去掉导致出现两张一模一样的图片,很容易处理掉没用的noscript标签,确保图片的正确显示。
2. **知乎日报**内容去掉形如`<h2 class="question-title">知乎问题标题</h2>`中的h2标签,现在的正则会把`</h2>`也一并去掉,处理逻辑更为清晰。
2019-03-08 11:18:10 +08:00
..
config optimize directory structure 2018-12-26 18:35:10 +08:00
middleware fix default value of cache maxAge 2019-03-06 12:17:33 +08:00
routes 修复知乎图片重复问题 & 知乎日报h2标签处理逻辑 (#1704) 2019-03-08 11:18:10 +08:00
utils add segmentfault频道 (#1543) 2019-02-19 11:50:42 +08:00
views test: middleware/template 2019-01-31 11:45:00 +08:00
api_router.js optimize directory structure 2018-12-26 18:35:10 +08:00
config.js remove sentry 2019-01-31 12:04:20 +08:00
favicon.png optimize directory structure 2018-12-26 18:35:10 +08:00
index.js lib: merge lur-cache and redis-cache module 2019-01-31 17:19:36 +08:00
protected_router.js optimize directory structure 2018-12-26 18:35:10 +08:00
router.js fix: 部分大学路由 (#1691) 2019-03-06 12:11:36 +08:00