Automation init...3
This commit is contained in:
parent
6ec20a49de
commit
ff3ed49cdd
@ -119,7 +119,7 @@ class YamapLibrary extends MyCrawlerLibrary
|
|||||||
log_message("debug", sprintf("\n-------------DetailPage------------\n%s\n--------------------------\n", $selector->html()));
|
log_message("debug", sprintf("\n-------------DetailPage------------\n%s\n--------------------------\n", $selector->html()));
|
||||||
$myStorageLibrarys = $this->download("image", $selector, ["tag" => "img", "attr" => "src"]);
|
$myStorageLibrarys = $this->download("image", $selector, ["tag" => "img", "attr" => "src"]);
|
||||||
//4. Video(mp4) 처리
|
//4. Video(mp4) 처리
|
||||||
$myStorageLibrarys = $this->download("video", $selector, ["tag" => "video", "attr" => "src"]);
|
$myStorageLibrarys = $this->download("video", $selector, ["tag" => "video", "attr" => "src"], $myStorageLibrarys);
|
||||||
//5.망보드 게시판에 게시물 수정 처리
|
//5.망보드 게시판에 게시물 수정 처리
|
||||||
$this->getBoardLibrary()->modify();
|
$this->getBoardLibrary()->modify();
|
||||||
log_message("notice", __FUNCTION__ . " 작업 완료");
|
log_message("notice", __FUNCTION__ . " 작업 완료");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user