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(
- "
",
+ "
",
+ $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(),