Auaomation init...3
This commit is contained in:
parent
4bbf77710a
commit
6ec20a49de
@ -5,7 +5,6 @@ namespace App\Controllers;
|
||||
use App\Libraries\MyCrawler\YamapLibrary as MyCrawler;
|
||||
use App\Controllers\CommonController;
|
||||
use App\Libraries\MyStorage\Mangboard\UserLibrary;
|
||||
use App\Models\Mangboard\UserModel;
|
||||
|
||||
class CrawlerController extends CommonController
|
||||
{
|
||||
|
||||
@ -119,6 +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"]);
|
||||
//5.망보드 게시판에 게시물 수정 처리
|
||||
$this->getBoardLibrary()->modify();
|
||||
log_message("notice", __FUNCTION__ . " 작업 완료");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user