Meta information and article body cast

This commit is contained in:
2020-08-10 21:23:16 +05:00
parent 51076aca33
commit 8d8e174095
6 changed files with 23 additions and 10 deletions

View File

@@ -55,6 +55,9 @@ class ScrapeMihaaruCommand extends Command
"body" => $article["content"],
"guid" => $article["guid"],
"published_date" => $article["date"],
"meta" => [
"title" => $article["og_title"]
]
]);