├── .gitignore ├── .npmignore ├── README.MD ├── errors.js ├── index.js ├── links.md ├── links ├── 20181021.issue.html ├── 20190624.html ├── 20190624002.html ├── 20190719.html ├── 20190719002.html ├── break.html ├── document.write.html ├── expire.html ├── image.html ├── post.html ├── profile.html ├── quota_limit.html ├── video.2019.11.29.html └── video.html ├── package.json ├── parse-wechat-url.js ├── test.js ├── test ├── mp-link.html └── mp-links.js ├── util.js ├── video.js └── yarn.lock /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | node_modules 3 | links 4 | temp -------------------------------------------------------------------------------- /.npmignore: -------------------------------------------------------------------------------- 1 | links 2 | temp 3 | .DS_Store 4 | test 5 | -------------------------------------------------------------------------------- /README.MD: -------------------------------------------------------------------------------- 1 | # we-extract 2 | 3 | ## 介绍 4 | 5 | `we-extract` 用以解析微信公众号文章的账号及文章信息,居家旅行、采集微信公众号文章必备工具。 6 | 7 | `we-extract` 是微信公众号 RSS 订阅服务 `WeRss` 的核心解析工具,欢迎使用: 8 | 9 |
10 |
11 |
12 |
13 |
14 |
200 | 朋友会在“发现-看一看”看到你“在看”的内容
201 | 202 |