Automation init...3

This commit is contained in:
최준흠 2024-09-14 13:59:34 +09:00
parent 6ec20a49de
commit ff3ed49cdd

View File

@ -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__ . " 작업 완료");