Fix unescaped dot in Instagram regex (#471)

Similar to edb3751181 (#109)
This commit is contained in:
Rusty Bird 2021-11-26 21:49:44 +00:00 committed by GitHub
parent 68136de07b
commit 25191f7c40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import types, utils, query
const
ytRegex = re"([A-z.]+\.)?youtu(be\.com|\.be)"
twRegex = re"(www\.|mobile\.)?twitter\.com"
igRegex = re"(www\.)?instagram.com"
igRegex = re"(www\.)?instagram\.com"
cards = "cards.twitter.com/cards"
tco = "https://t.co"