Improve Twitter regex

This commit is contained in:
Zed 2021-12-28 07:01:52 +01:00
parent 0a8fd2fce2
commit 1e1e034237
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ const
# Images aren't supported due to errors from Teddit when the image
# wasn't first displayed via a post on the Teddit instance.
twRegex = re"(?<![^\/> ])(?<![^\/]\/)(www\.|mobile\.)?twitter\.com"
twRegex = re"(?<=(?<!\S)https:\/\/|(?<=\s))(www\.|mobile\.)?twitter\.com"
cards = "cards.twitter.com/cards"
tco = "https://t.co"