mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-11 18:11:21 +08:00
Merge branch 'video-crawler' of https://github.com/httprunner/httprunner into video-crawler
This commit is contained in:
@@ -301,7 +301,7 @@ func (dExt *DriverExt) VideoCrawler(configs *VideoCrawlerConfigs) (err error) {
|
||||
Msg("live count achieved, skip")
|
||||
} else {
|
||||
// simulation
|
||||
log.Info().Interface("feed", screenResult.Video).
|
||||
log.Info().
|
||||
Strs("tags", screenResult.Tags).
|
||||
Interface("video", feedVideo).
|
||||
Msg("found live success")
|
||||
@@ -329,7 +329,7 @@ func (dExt *DriverExt) VideoCrawler(configs *VideoCrawlerConfigs) (err error) {
|
||||
default:
|
||||
// 点播 || 图文 || 广告 || etc.
|
||||
crawler.FeedCount++
|
||||
log.Info().Interface("feed", screenResult.Video).
|
||||
log.Info().
|
||||
Strs("tags", screenResult.Tags).
|
||||
Interface("video", feedVideo).
|
||||
Msg("found feed success")
|
||||
|
||||
Reference in New Issue
Block a user