Commit Graph

222 Commits

Author SHA1 Message Date
github-actions[bot] 116e27a2ce style: auto format 2022-03-02 14:28:14 +00:00
Rongrong 44f1ea3718
feat(route)(picuki/profile): migrate to v2, fetch stories (#9216)
* refactor(route)(picuki/profile): migrate to v2

other changes:
fix linebreak
fix header
add location
`displayVideo` param defaults to enable

Signed-off-by: Rongrong <15956627+Rongronggg9@users.noreply.github.com>

* refactor(route)(picuki/profile): use template

Signed-off-by: Rongrong <15956627+Rongronggg9@users.noreply.github.com>

* feat(route)(picuki/profile): fetch stories

Signed-off-by: Rongrong <15956627+Rongronggg9@users.noreply.github.com>
2022-03-02 22:26:21 +08:00
github-actions[bot] 1eb748b3c1 style: auto format 2022-03-02 11:26:41 +00:00
Rongrong 2ef844425b
feat(route)(telegram/channel): major rewrite (#9213)
feed title changed to English
route path changed
exclude 'no posts found' messages (always)

custom route params:
exclude forwarded/reply/service messages (selectable)
exclude unsupported messages (selectable, default)
remove link preview (selectable)
remove metadata (via bot / forwarded from / reply to) (selectable)
add forwarded message author (selectable, default)
add inline buttons (selectable)
remove media tags in title (selectable)
non-emoji media tags (selectable)
search query (selectable, retain backward compatibility)

message types newly supported / enhanced:
reply (previous not in media tags, lacks of via bot)
forwarded (previously not in media tags, lacks of via bot)
service (previous not in media tags, img not extracted)
via bot (previous unrecognized, treated as normal messages)
video (previous use another emoji as media tag)
GIF (previous unrecognized, treated as video)
poll (previous only poll title)
voice (previous use another emoji as media tag, no title/content)
music (previous unrecognized, treated as document)
document (previous no content, broken if multiple exist)
location (previous only media tag)
contact (previous totally unsupported)
sticker (previous only media tag)
animated sticker (previous totally unsupported)
unsupported (previous totally unsupported)

misc:
fix emoji in posts: weird format (Italic and Bold)
fix title: lacks of spaces
fix title: use pubDate even if media tags exist
fix broken documents message if multiple documents exist
fix mistaken exception description
fix media sequence: video always at last, #4777
fix: autofilled title (pubDate) not in UTC
use cache
minor refactor

Signed-off-by: Rongrong <15956627+Rongronggg9@users.noreply.github.com>
2022-03-02 19:25:03 +08:00
github-actions[bot] bbf5ad3109 style: auto format 2022-02-25 14:02:19 +00:00
Rongrong 9610d66d1b
feat(route)(weibo): display article (#9195)
Signed-off-by: Rongrong <15956627+Rongronggg9@users.noreply.github.com>
2022-02-25 22:00:06 +08:00
Ethan Shen 4f0c1cfdb2
fix: add Lofter用户文章分类 & 视频 (#8061)
* fix: add Lofter用户文章分类 & 视频

* add limit

* fix limit

* refactor: migrate to v2

* fix: route path

Co-authored-by: TonyRL <TonyRL@users.noreply.github.com>
2022-02-24 00:23:10 +08:00
MisteryMonster 0c7aaf8a5a
feat(route): add vimeo with more (#7604)
* add vimeo with more

* refactor: migrate to v2

Co-authored-by: TonyRL <TonyRL@users.noreply.github.com>
2022-02-22 03:07:02 +08:00
Tony e9a2c3af55
style: remark v13 (#9140) 2022-02-18 23:15:49 +08:00
zytomorrow 40c06ff977
refactor: 微博个人时间线接入util (#7827)
* refactor: 微博个人时间线接入util,支持可读性优化,同时打开emoji表情展示

* Update lib/routes/weibo/timeline.js

Co-authored-by: SettingDust <settingdust@gmail.com>

* Update lib/routes/weibo/timeline.js

Co-authored-by: SettingDust <settingdust@gmail.com>

* Update lib/routes/weibo/timeline.js

Co-authored-by: SettingDust <settingdust@gmail.com>

* Update lib/routes/weibo/timeline.js

Co-authored-by: SettingDust <settingdust@gmail.com>

* Revert "style: auto format"

This reverts commit cb9dde42fa57de8d93c6eafd14bf344589e7c025.

* revert: lib/route/weibo/timeline.js

* revert

* Merge branch 'master' of https://github.com/DIYgod/RSSHub into weibo_home_timeline_refactor

* Merge branch 'master' of https://github.com/DIYgod/RSSHub into weibo_home_timeline_refactor

* refactor:  using optional chaining

* fix: using optional chaining

* fix: use parseDate()

* fix:  use cache.tryGet() instead of cache.set/cache.get

* fix:  use cache.tryGet() instead of cache.set/cache.get and use parseDate()

* fix:  use cache.tryGet() instead of cache.set/cache.get and use parseDate()

* fix:  use cache.tryGet() instead of cache.set/cache.get

Co-authored-by: SettingDust <settingdust@gmail.com>
2022-02-07 22:55:42 +08:00
Fatpandac d72dce4056
fix(route): fix douban/explore route is empty (#8968)
* Fix(route): fix route is empty

* Fix(route): resolve merge conflicts

* Fix(route): change to use art-template
2022-02-03 01:32:44 +08:00
Fatpandac 8891ad1020
feat(route): add 豆瓣招聘 and refactor to V2 standard (#8937)
* Add(route): add 豆瓣招聘 and change to V2

* Fix(route): fix typo of filename

* Fix(route): sort routes

* Fix(route): Update lib/v2/douban/router.js

Co-authored-by: Tony <TonyRL@users.noreply.github.com>

Co-authored-by: Tony <TonyRL@users.noreply.github.com>
2022-02-02 22:56:13 +08:00
Fatpandac c4f1869625
feat(route): zhihu get all collections (#8943) 2022-02-02 22:42:31 +08:00
xizeyoupan 32650a89ad
fix(route): changba user (#7538)
* fix: changba

* Update lib/routes/changba/user.js

Co-authored-by: SettingDust <settingdust@gmail.com>

* style: auto format

* migrate to v2

* fix:typo

* Update lib/v2/changba/radar.js

Co-authored-by: Tony <TonyRL@users.noreply.github.com>

* Update lib/v2/changba/user.js

Co-authored-by: Tony <TonyRL@users.noreply.github.com>

* resolve review

Co-authored-by: SettingDust <settingdust@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Tony <TonyRL@users.noreply.github.com>
2022-02-01 23:41:51 +08:00
Tony 64f4c304d5
docs: fix typo (#8948) 2022-01-31 23:57:05 +08:00
GitHub Action 3606f56703 style: auto format 2022-01-22 19:52:09 +00:00
mifang 0dda81860a
微博超话新增按类型获取,如最新帖子、最新评论、热门、精华等 (#8723) 2022-01-22 19:48:58 +00:00
Ethan Shen 12ecf43f1b
fix: add Lofter话题/标签文章分类 & 视频 (#8054) 2021-11-27 07:39:25 +00:00
Howard Yin 8875fb127f
feat(route): Twitter用户时间线和用户媒体时间线不再需要开发者账户 (#7739) 2021-10-05 02:40:31 -07:00
GitHub Action 1a410aa709 style: auto format 2021-09-09 08:27:55 +00:00
Daniel Li (李丹阳) 6282a30d0b
feat(route): add tid for vsearch of bilibili (#8041)
fix pubdate and clean up desc
Co-authored-by: NeverBehave <gayhub@never.pet>
2021-09-09 01:25:31 -07:00
BugWriter2 47d1305f95
fix(route): 修复 soul 请求链接 (#7955) 2021-08-12 01:17:51 -07:00
Raidou a7c483cfd5
fix(route): 修复 Bilibili 频道链接,并支持 ctype=1 (#7913) 2021-08-12 01:05:29 -07:00
GitHub Action 4978c896cf style: auto format 2021-06-27 00:17:19 +00:00
Howard Yin 61d9e2dd4e
fix(radar)(route): Pixiv search & Radar rules (#7700) 2021-06-26 17:02:22 -07:00
GitHub Action 3fef689502 style: auto format 2021-06-25 07:11:50 +00:00
Howard Yin a9406ea936
feat(route): Bilibili用户追漫列表 (#7758)
* bilibili追漫更新

* 文档更新

* 文档编译出错,更新
2021-06-25 00:09:41 -07:00
DIYgod 2c680041bf
docs: fix douban group example 2021-03-21 22:45:10 +08:00
DIYgod cabcc238bd
fix: douban group 2021-03-16 18:44:06 +08:00
Kuiliang Zhang 191b2178af
fix(docs): twitter social-media.md (#7156)
typo
2021-03-14 01:17:43 -05:00
小虎故洞 f0b1d1d59b
fix(route): furaffinity user (#7009) 2021-03-01 23:47:52 -05:00
hoilc 1e4de08ea2
fix(route): add bilibili high quality player (#6968)
Co-authored-by: NeverBehave <gayhub@never.pet>
2021-02-24 17:12:28 -05:00
GitHub Action 3f0f53c48d style: auto format 2021-02-23 00:10:45 +00:00
小虎故洞 57aa44bf71
fix(docs): update social-media for Fur Affinity (#7000)
* Update social-media.md

* Update social-media.md

* Update social-media.md

* Update radar-rules.js

* Update radar-rules.js

* Update radar-rules.js
2021-02-22 18:57:14 -05:00
小虎故洞 6590c9ef96
feat(radar): add Fur Affinity radar rules (#6930)
* Update social-media.md

* Update social-media.md

* Update social-media.md

* Update radar-rules.js

* [CodeFactor] Apply fixes

[ci skip] [skip ci]

* Update social-media.md

* Update status.js

* Update shouts.js

* Update browse.js

* Update commissions.js

* Update favorites.js

* Update gallery.js

* Update home.js

* Update journals.js

* [CodeFactor] Apply fixes to commit 7ee8b39

[ci skip] [skip ci]

* Update scraps.js

* Update search.js

* Update status.js

* Update user.js

* [CodeFactor] Apply fixes to commit 579e817

[ci skip] [skip ci]

* Update watchers.js

* Update watching.js

* Update watching.js

* Update radar-rules.js

* Update social-media.md

* Update search.js

* Update search.js

* Update social-media.md

* Update social-media.md

* Update social-media.md

* Update social-media.md

* Update social-media.md

Co-authored-by: codefactor-io <support@codefactor.io>
Co-authored-by: NeverBehave <gayhub@never.pet>
2021-02-20 03:34:44 -05:00
小虎故洞 9d9d8698a3
feat(route): add FurAffinity routes (#6912)
* Add files via upload

* Add files via upload

* Create .env

* Update followings_dynamic.js

* Update followings_dynamic.js

* Update followings_dynamic.js

* Update social-media.md

* Delete .env

* Update social-media.md

* Update followings_dynamic.js

* Update followings_dynamic.js

* Add files via upload

添加作者信息

* [CodeFactor] Apply fixes to commit 57935d0

[ci skip] [skip ci]

* Update followings_dynamic.js

* Update router.js

* Update followings_dynamic.js

* Update social-media.md

* Update social-media.md

* Update followings_dynamic.js

* Update followings_dynamic.js

* Create .env

* Update .env

* Update followings_dynamic.js

* Update router.js

* Update followings_dynamic.js

* Delete .env

* [CodeFactor] Apply fixes

[ci skip] [skip ci]

* Update followings_dynamic.js

优化代码

* Update followings_dynamic.js

* [CodeFactor] Apply fixes to commit 7a43db0

[ci skip] [skip ci]

* Create .env

* Update followings_dynamic.js

* [CodeFactor] Apply fixes to commit 14dfa49

[ci skip] [skip ci]

* Update followings_dynamic.js

* Update followings_dynamic.js

* [CodeFactor] Apply fixes to commit d60fc51

[ci skip] [skip ci]

* Delete .env

* Update followings_dynamic.js

优化代码

* [CodeFactor] Apply fixes to commit 8086726

[ci skip] [skip ci]

* [CodeFactor] Apply fixes to commit e1c8843

[ci skip] [skip ci]

* Update social-media.md

* Update router.js

* Update router.js

* Create browse.js

* Create commissions.js

* Create favorites.js

* Create gallery.js

* Create home.js

* Create scraps.js

* Create search.js

* Create shouts.js

* Create status

* Create watchers

* Create watching

* Update social-media.md

* Update social-media.md

* Update social-media.md

* Update social-media.md

* [CodeFactor] Apply fixes

[ci skip] [skip ci]

* Update browse.js

fix

* Update favorites.js

* Update gallery.js

* Update home.js

* Update scraps.js

* Update search.js

* Update and rename status to status.js

* [CodeFactor] Apply fixes to commit 29a0f7b

[ci skip] [skip ci]

* Update home.js

* Update status.js

* Update status.js

* Update browse.js

* Update favorites.js

* Update gallery.js

* Update home.js

* Update scraps.js

* Update search.js

* Rename watchers to watchers.js

* [CodeFactor] Apply fixes to commit 099bd34

[ci skip] [skip ci]

* Rename watching to watching.js

* [CodeFactor] Apply fixes to commit 3c18a88

[ci skip] [skip ci]

* Update social-media.md

* Update browse.js

* Update favorites.js

* Update gallery.js

* Update home.js

* Update scraps.js

* Update search.js

* Update social-media.md

* Update social-media.md

* Update social-media.md

* Update router.js

* Update social-media.md

* Update social-media.md

* Update search.js

* [CodeFactor] Apply fixes to commit 2b13a90

[ci skip] [skip ci]

* Update scraps.js

* Create user.js

* Update watchers.js

* [CodeFactor] Apply fixes to commit 6636a44

[ci skip] [skip ci]

* Update watching.js

* Update watchers.js

* Update watching.js

* [CodeFactor] Apply fixes to commit 9b713a6

[ci skip] [skip ci]

* Update watchers.js

* Update router.js

* Create journals.js

* Update social-media.md

* Update social-media.md

* Create submission_comments.js

* Create journal_comments.js

* Update router.js

* Update social-media.md

* Update social-media.md

* Update social-media.md

* Update user.js

* [CodeFactor] Apply fixes to commit a31f50f

[ci skip] [skip ci]

* Update user.js

Co-authored-by: TigerDen96 <55782476+TigerDen96@users.noreply.github.com>
Co-authored-by: 小虎故洞 <55782476+XiaoHuGuDong@users.noreply.github.com>
Co-authored-by: codefactor-io <support@codefactor.io>
Co-authored-by: 小虎故洞 <55782476+TigerWolfDen@users.noreply.github.com>
2021-02-14 22:16:19 -05:00
cayZ e20c4381fb
chore(docs): improve radar/rssbud support for weibo (#6832)
* feat: detect weibo uid in url

* feat: support weibo.cn

* docs: add weibo rssbud support
2021-02-03 21:33:36 -05:00
Queensferry f156c104d0
chore(docs): add official youtube channel feeds documentation (#6831) 2021-02-03 21:32:30 -05:00
Colin-XKL 72a462de9f
fix zhihu collections (#6815) 2021-02-03 21:31:43 -05:00
Colin-XKL f3e7f55c57
fix: 知乎用户文章 (#6760)
* fix 知乎用户文章

* fix a problem reported by DeepScan

* [CodeFactor] Apply fixes to commit 487521b

[ci skip] [skip ci]

Co-authored-by: codefactor-io <support@codefactor.io>
2021-01-22 18:14:10 -05:00
Queensferry ce1a525fcb
chore(docs): add bilibili anticrawler (#6213) (#6755) 2021-01-22 03:37:08 -05:00
lifegpc 476274cafe
[Instagram]增加严格反爬标记 (#6713) 2021-01-17 15:52:50 -05:00
zph ab4963756f
add gab 2021-01-12 00:24:02 +08:00
nczitzk 054c4eb14c feat: add zhihu hotlist with categories 2021-01-11 12:30:19 +08:00
Sean Chao 170a6428d1
feat: add zhihu follow timeline (#6560) 2021-01-06 22:53:08 +00:00
Herb Brewer d4bdf8c7e8
feat: add 豆瓣用户想看 (#6285) 2020-12-04 15:44:33 +00:00
AgFlore f79b0252f7
feat: Tapechat 小纸条提问箱 (#6217) 2020-11-29 18:54:46 +00:00
DIYgod 36eb48d730
docs: recover instagram radar 2020-11-19 18:13:23 +08:00
DIYgod 59ee8c8f21
feat: prevent reduplicative instagram login 2020-11-19 17:49:01 +08:00
Henry f9b6b56ec0
doc: fix 2020-11-17 23:26:33 +00:00