From 5a66302fd9101cc9149cea2dab4ed5282667cc1d Mon Sep 17 00:00:00 2001 From: "lilong.129" Date: Fri, 8 Sep 2023 16:46:52 +0800 Subject: [PATCH] change: merge image feed --- hrp/pkg/uixt/video_crawler.go | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/hrp/pkg/uixt/video_crawler.go b/hrp/pkg/uixt/video_crawler.go index 63dbb478..7d4a877e 100644 --- a/hrp/pkg/uixt/video_crawler.go +++ b/hrp/pkg/uixt/video_crawler.go @@ -317,14 +317,8 @@ func (dExt *DriverExt) VideoCrawler(configs *VideoCrawlerConfigs) (err error) { continue } - case VideoType_Image: - // 图文 - log.Info(). - Interface("feed", screenResult.Video). - Msg("found image success") - default: - // 点播 + // 点播 || 图文 // check feed type and incr feed count crawler.FeedCount++ log.Info().