Automation init...3

This commit is contained in:
최준흠 2024-09-12 19:38:37 +09:00
parent a2186686ba
commit 8399725d43

View File

@ -137,7 +137,7 @@ class YamapLibrary extends MyCrawlerLibrary
switch ($this->getMyStorage()->getOrintginType()) {
case "image":
$content = sprintf(
"<img src=\"%s/?mb_ext=file&path=%s/%s\" alt=\"%s\">",
"<img src=\"%s/wp-content/uploads/mangboard/%s/%s\" alt=\"%s\">",
$this->getMySocket()->getHost(),
$this->getMyStorage()->getPath(),
$this->getMyStorage()->getOriginName(),
@ -147,7 +147,7 @@ class YamapLibrary extends MyCrawlerLibrary
case "video":
$content = sprintf(
"<video alt=\"%s\" controls autoplay>
<source src=\"%s/?mb_ext=file&path=%s/%s\" type=\"%s\">
<source src=\"%s/wp-content/uploads/mangboard/%s/%s\" type=\"%s\">
Your browser does not support the video tag.
</video>",
$this->getMyStorage()->getOriginName(),