summaryrefslogtreecommitdiff
path: root/src/HTMLParser.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/HTMLParser.php')
-rw-r--r--src/HTMLParser.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/HTMLParser.php b/src/HTMLParser.php
index 38c02dd..664a498 100644
--- a/src/HTMLParser.php
+++ b/src/HTMLParser.php
@@ -126,7 +126,8 @@ class HTMLParser
return [
'title' => $this->metadata['title'],
'author' => $this->metadata['author'],
- 'article' => $result,
+ 'image' => $this->metadata['image'],
+ 'article' => $result
];
}