fix: match paste of x.com links for twitter

This commit is contained in:
sarab
2025-06-13 19:26:25 +05:30
committed by Tienson Qin
parent 88216d2992
commit 0feb634198

View File

@@ -63,7 +63,8 @@
(boolean (text-util/get-matched-video url))
(util/format "{{video %s}}" url)
(or (string/includes? url "twitter.com") (string/includes? url "x.com"))
(or (re-matches #"^https://twitter\.com.*?$" url)
(re-matches #"^https://x\.com.*?$" url))
(util/format "{{twitter %s}}" url)))
(defn- try-parse-as-json