File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -98,17 +98,18 @@ Inside `onPostResponse(openGraphResult: OpenGraphResult)` you can use the data t
9898
9999## OpenGraphResult class
100100The data class *** OpenGraphResult*** contains:
101- - title -> The title of the page the link points to
102- - description -> The description metadata of the page
103- - url -> The url of the page
104- - image -> The image metadata for the page
105- - siteName -> The name of the website (BASE URL).
106- - type -> The type of the object e.g., "video.movie".
101+
102+ - title -> The title of the page the link points to
103+ - description -> The description metadata of the page
104+ - url -> The url of the page
105+ - image -> The image metadata for the page
106+ - siteName -> The name of the website (BASE URL).
107+ - type -> The type of the object e.g., "video.movie".
107108
108109## JsoupProxy class
109110The data class *** JsoupProxy*** contains:
110- - host -> The host for the proxy
111- - port -> The port for the proxy
111+ - host -> The host for the proxy
112+ - port -> The port for the proxy
112113
113114
114115# Contributions
You can’t perform that action at this time.
0 commit comments