Automation init...3
This commit is contained in:
parent
a2186686ba
commit
8399725d43
@ -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(),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user