- Arkhangelsk, Russia
- https://skobk.in
- Joined on
2022-03-02
Check HTML functionality in Telegram module
Check HTML functionality in Telegram module
HTML is not used anymore in /list
command, so this issue is not relevant as HTML works in notifications.
Sanitizing HTML to leave only HTML tags allowed by Telegram Bot API.
skobkin
created branch feature_filter_html_tags in Miroslavsckaya/tg_rss_bot
2022-07-09 23:14:06 +03:00
UNIQUE constraint failed: feeds_last_items.url
Filter HTML tags
lxml
didn't work out well because it was constantly addingdiv
element as a container to the provided string or document.
Document running the updated in README.md
Properly represent date and time in FeedItem DTO
Filter HTML tags
It's also possible to sanitize HTML right in the RssReader
with proper FeedParser
configuration.
But it's better to sanitize it…
Migrate persistence module to PostgreSQL
Moving to MVP 0.1 because SQLite is not working for us as well as was expected (#26).