You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tracked down the issue to the regular expression in OpenGraphParser.swift failing.
the meta tag string is properly extracted but it's content is not:
Printing description of metaTag:
"<meta content=\"Meeting so many folks at #WWDC24 is so much fun, and a real highlight of my year. I love seeing the projects you’re working on, and I love hearing your feedback on my work and Apple’s SDKs, but please:\n\n- Tell me your name \n- Don’t post spy shot photos of me\n\nThank you! 🙇♂️\" property=\"og:description\" />"
The text was updated successfully, but these errors were encountered:
The description is missing from twitter/x urls but other fields like title/image are present.
I tracked down the issue to the regular expression in OpenGraphParser.swift failing.
the meta tag string is properly extracted but it's content is not:
The text was updated successfully, but these errors were encountered: