mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-09 01:17:30 +08:00
change: merge image feed
This commit is contained in:
@@ -317,14 +317,8 @@ func (dExt *DriverExt) VideoCrawler(configs *VideoCrawlerConfigs) (err error) {
|
|||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
case VideoType_Image:
|
|
||||||
// 图文
|
|
||||||
log.Info().
|
|
||||||
Interface("feed", screenResult.Video).
|
|
||||||
Msg("found image success")
|
|
||||||
|
|
||||||
default:
|
default:
|
||||||
// 点播
|
// 点播 || 图文
|
||||||
// check feed type and incr feed count
|
// check feed type and incr feed count
|
||||||
crawler.FeedCount++
|
crawler.FeedCount++
|
||||||
log.Info().
|
log.Info().
|
||||||
|
|||||||
Reference in New Issue
Block a user