XRay
XRay copied to clipboard
X-Ray returns structured data from any URL
Posts such as https://www.jvt.me/mf2/2022/07/nvjcm/ are not parsed to their full content, as they use `e-summary` not `p-summary` https://xray.p3k.io/parse?url=https%3A%2F%2Fwww.jvt.me%2Fmf2%2F2022%2F07%2Fnvjcm%2F&pretty=true: ```json { "data": { "type": "entry", "published": "2022-07-07T16:40:16Z", "url": "https://www.jvt.me/mf2/2022/07/nvjcm/", "author": {...
A `video` may contain multiple sources, for a browser to pick the one they support best. Right now, these are all flattened into the single array of videos, so that...
Hello, It seems that in the case of mastodon account RSS feed items that contain multiple photos, xray is only parsing the first one. It may be that this is...
Feeds also have their own properties such as name, photo, and maybe even description. Especially useful for podcast feeds.
The issue is described here: https://github.com/pfefferle/wordpress-activitypub/issues/78 and according to @pfefferle can **probably** only be solved in XRay: https://github.com/pfefferle/wordpress-activitypub/issues/78#issuecomment-570731802
Add a new top-level key, `images` which provides alternate image URLs for each image found in the response. This should include images that are mf2 values, as well as ``...
This adds h-geo microformat support. It's clunky but it should work. I'm no PHP gal so I hope you have CI or something that would test it. Test case: [this...
Adding a new format should require only adding a new Format class and declaring it somewhere. Currently it requires changing a few files because of the way the URL matching...
When Xray is retrieving a permalink from a silo / social media service such as Twitter, it should look for an [original post link](https://indieweb.org/original_post_link) starting with a simplified version of...