Files
post2bsky/rss2bsky.py
Guillem Hernandez Sola ea46714ca5 Fix regex in strip_trailing_url_punctuation to properly escape special characters
- Corrected the regular expression in the `strip_trailing_url_punctuation` function to properly escape the single quote (') and ensure valid syntax.
- Fixed potential issues caused by unescaped characters in the regex pattern.
2026-04-28 17:35:02 +02:00

48 KiB