From 8a7f3aae42d9ef13183b43b5df30ff05ae13ad84 Mon Sep 17 00:00:00 2001 From: Aaron Parecki Date: Fri, 28 Apr 2017 08:17:57 -0700 Subject: [PATCH] update docs --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 532940a..d1a9c52 100644 --- a/README.md +++ b/README.md @@ -119,8 +119,14 @@ The primary object on the page is returned in the `data` property. This will ind If a property supports multiple values, it will always be returned as an array. The following properties support multiple values: * in-reply-to +* like-of +* repost-of +* bookmark-of * syndication * photo (of entry, not of a card) +* video +* audio +* category The content will be an object that always contains a "text" property and may contain an "html" property if the source documented published HTML content. The "text" property must always be HTML escaped before displaying it as HTML, as it may include unescaped characters such as `<` and `>`.