From ff3ed49cddfe25d602002e864ecec91d77c2569b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=B5=9C=EC=A4=80=ED=9D=A0?= Date: Sat, 14 Sep 2024 13:59:34 +0900 Subject: [PATCH] Automation init...3 --- app/Libraries/MyCrawler/YamapLibrary.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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__ . " 작업 완료");