Rongronggg9 / RSS-to-Telegram-Bot

A Telegram RSS bot that cares about your reading experience
https://t.me/RSStT_Bot
GNU Affero General Public License v3.0
1.5k stars 277 forks source link

[Help] Regarding setup it's format for my liking #493

Closed killerlearner closed 2 months ago

killerlearner commented 2 months ago

I wanna set it up like this IMG_20240721_110921

But it's setting like this IMG_20240721_222526

So I wanna remove any Symbol from title like <#b> etc

Paste link below like this, which it isn't doing even after setting bare link below and link preview enable.

And third if possible I wanna remove from url https://www.google.com/url?rct=j&sa=t&url= realurl &ct=ga&cd=CAIyHmE4ZjUwMTZlMDQ4ZjUyNDU6Y28uaW46ZW46SU46Ug&usg=AOvVaw2RauLGFucUOlEnqXEpjuN4

Rongronggg9 commented 2 months ago

So I wanna remove any Symbol from title like <#b> etc

The item (entry) of the feed contains HTML in its title, which violates the best practice of RSS. But indeed, RSStT needs to sanitize titles before rendering messages.

Paste link below like this, which it isn't doing even after setting bare link below and link preview enable.

https://github.com/Rongronggg9/RSS-to-Telegram-Bot/blob/dev/docs/formatting-settings.md

And third if possible I wanna remove from url https://www.google.com/url?rct=j&sa=t&url= realurl &ct=ga&cd=CAIyHmE4ZjUwMTZlMDQ4ZjUyNDU6Y28uaW46ZW46SU46Ug&usg=AOvVaw2RauLGFucUOlEnqXEpjuN4

No, consult the feed generator to do such a sanitization.