mirror of
https://github.com/TheFunny/TelegramTwitterMediaBot.git
synced 2026-09-23 23:32:05 +00:00
Both matched URL substrings anywhere in text, so a link like https://evil.com/?u=pixiv.net/artworks/1 triggered a real fetch and cache-key pollution. Prefix ^(?:https?://)? like the twitter pattern.