From a2186686ba1b735eb1a4a03682cb076da780c69b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=B5=9C=EC=A4=80=ED=9D=A0?= Date: Thu, 12 Sep 2024 19:27:50 +0900 Subject: [PATCH] Automation init...3 --- app/Libraries/MyCrawler/YamapLibrary.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/Libraries/MyCrawler/YamapLibrary.php b/app/Libraries/MyCrawler/YamapLibrary.php index 7f3d79c..072e05d 100644 --- a/app/Libraries/MyCrawler/YamapLibrary.php +++ b/app/Libraries/MyCrawler/YamapLibrary.php @@ -137,7 +137,8 @@ class YamapLibrary extends MyCrawlerLibrary switch ($this->getMyStorage()->getOrintginType()) { case "image": $content = sprintf( - "\"%s\"", + "\"%s\"", + $this->getMySocket()->getHost(), $this->getMyStorage()->getPath(), $this->getMyStorage()->getOriginName(), $this->getMyStorage()->getOriginName() @@ -146,10 +147,11 @@ class YamapLibrary extends MyCrawlerLibrary case "video": $content = sprintf( "", $this->getMyStorage()->getOriginName(), + $this->getMySocket()->getHost(), $this->getMyStorage()->getPath(), $this->getMyStorage()->getOriginName(), $this->getMyStorage()->getMimeType(),