Auaomation init...3

This commit is contained in:
최준흠 2024-09-14 13:49:11 +09:00
parent 4bbf77710a
commit 6ec20a49de
2 changed files with 1 additions and 1 deletions

View File

@ -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
{

View File

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