RSSHub/lib/routes/telegram
Rongrong 690e91c59d
fix(route/{telegram/channel,wechat/tgchannel}): broken links (#15332)
route/telegram/channel:
Since 2024/4/20, t.me/s/ mistakenly have every '&' in **hyperlinks**
replaced by '&'. The characteristic of a hyperlink is [onclick]
(pop-up confirmation), which is not present in ordinary links. This is a
workaround to fix the issue until Telegram fixes it.

route/wechat/tgchannel:
Since 2024/4/20, t.me/s/ mistakenly have every '&' in **hyperlinks**
replaced by '&'. wechat-mp will take care of this, so no need to fix
it here. However, once the bug is eventually fixed, all guid will be
changed again. Considering that this is almost certain to happen, let's
break guid consistency now by using normalized URL from wechat-mp as
guid to avoid similar issues in the future.

Signed-off-by: Rongrong <i@rong.moe>
2024-04-23 21:22:19 +08:00
..
templates
tglib feat: add ConfigNotFoundError and InvalidParameterError 2024-04-07 17:36:18 +08:00
blog.ts chore: push type changes to docs 2024-03-24 13:14:41 +08:00
channel.ts fix(route/{telegram/channel,wechat/tgchannel}): broken links (#15332) 2024-04-23 21:22:19 +08:00
namespace.ts feat: add namespace.ts 2024-03-09 01:53:22 +08:00
stickerpack.ts feat: add ConfigNotFoundError and InvalidParameterError 2024-04-07 17:36:18 +08:00