mirror of
https://github.com/httprunner/httprunner.git
synced 2026-08-28 19:47:14 +08:00
fix: remove unnecessary code
This commit is contained in:
@@ -210,9 +210,6 @@ func (dExt *DriverExt) VideoCrawler(configs *VideoCrawlerConfigs) (err error) {
|
|||||||
// 直播预览流线上概率
|
// 直播预览流线上概率
|
||||||
livePreviewProb := crawler.getLivePreviewProb()
|
livePreviewProb := crawler.getLivePreviewProb()
|
||||||
|
|
||||||
// 直播预览流线上概率
|
|
||||||
livePreviewProb := crawler.getLivePreviewProb()
|
|
||||||
|
|
||||||
switch currentVideo.Type {
|
switch currentVideo.Type {
|
||||||
case VideoType_PreviewLive:
|
case VideoType_PreviewLive:
|
||||||
isFeed = true
|
isFeed = true
|
||||||
|
|||||||
Reference in New Issue
Block a user