This commit is contained in:
make
2026-01-12 15:27:24 +08:00
parent f03d272aad
commit 7ac1e11e46
3 changed files with 5 additions and 3 deletions

View File

@@ -18,6 +18,9 @@ class CrawlerConfig
//'伦理片', //'伦理片',
//'倫理片', //'倫理片',
'体育赛事', '体育赛事',
'斯诺克',
'足球', '足球',
'篮球',
]; ];
} }

View File

@@ -16,13 +16,13 @@ class VideoCategory
2 => 2 =>
[ [
'name' => '连续剧', 'name' => '连续剧',
'pinyin' => 'lian-xu-ju', 'pinyin' => 'dian-shi-ju',
], ],
3 => 3 =>
[ [
'name' => '综艺片', 'name' => '综艺片',
'pinyin' => 'zong-yi-pian', 'pinyin' => 'zong-yi',
], ],
4 => 4 =>

View File

@@ -111,7 +111,6 @@ class Scheduler
continue; continue;
} }
$intTotalPage = $arrCategory['total_page']; $intTotalPage = $arrCategory['total_page'];
if(config("video.task_test")){ if(config("video.task_test")){
$intTotalPage = 2 ; // test $intTotalPage = 2 ; // test