diff --git a/app/Libraries/MyCrawler/YamapLibrary.php b/app/Libraries/MyCrawler/YamapLibrary.php index 8ef0792..093fd08 100644 --- a/app/Libraries/MyCrawler/YamapLibrary.php +++ b/app/Libraries/MyCrawler/YamapLibrary.php @@ -119,7 +119,7 @@ class YamapLibrary extends MyCrawlerLibrary log_message("debug", sprintf("\n-------------DetailPage------------\n%s\n--------------------------\n", $selector->html())); $myStorageLibrarys = $this->download("image", $selector, ["tag" => "img", "attr" => "src"]); //4. Video(mp4) 처리 - $myStorageLibrarys = $this->download("video", $selector, ["tag" => "video", "attr" => "src"]); + $myStorageLibrarys = $this->download("video", $selector, ["tag" => "video", "attr" => "src"], $myStorageLibrarys); //5.망보드 게시판에 게시물 수정 처리 $this->getBoardLibrary()->modify(); log_message("notice", __FUNCTION__ . " 작업 완료");