From bc265e87439b465277a29bf1a88303beab100f92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E8=81=AA?= Date: Wed, 14 Aug 2024 11:44:12 +0800 Subject: [PATCH] fix: remove unnecessary code --- hrp/pkg/uixt/video_crawler.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/hrp/pkg/uixt/video_crawler.go b/hrp/pkg/uixt/video_crawler.go index 89b1a499..8a835394 100644 --- a/hrp/pkg/uixt/video_crawler.go +++ b/hrp/pkg/uixt/video_crawler.go @@ -210,9 +210,6 @@ func (dExt *DriverExt) VideoCrawler(configs *VideoCrawlerConfigs) (err error) { // 直播预览流线上概率 livePreviewProb := crawler.getLivePreviewProb() - // 直播预览流线上概率 - livePreviewProb := crawler.getLivePreviewProb() - switch currentVideo.Type { case VideoType_PreviewLive: isFeed = true