feat: implement video crawler

This commit is contained in:
lilong.129
2023-04-28 21:48:59 +08:00
parent 8498fe10e3
commit 68dc545f35
7 changed files with 208 additions and 46 deletions

View File

@@ -9,9 +9,11 @@ func TestVideoCrawler(t *testing.T) {
configs := &VideoCrawlerConfigs{
AppPackageName: "com.ss.android.ugc.aweme",
TargetCount: VideoStat{
FeedCount: 5,
LiveCount: 3,
},
}
err := driverExt.VideoCrawler(configs)
if err != nil {
t.Fatal(err)
}
checkErr(t, err)
}