fix: stable
This commit is contained in:
@@ -365,6 +365,7 @@ func extractViews(wd selenium.WebDriver, clog *intimate.CollectLog) error {
|
||||
|
||||
vint, _ := intimate.ParseNumber(txt)
|
||||
clog.Views = &sql.NullInt64{Int64: vint, Valid: true}
|
||||
clog.PCU = clog.Views
|
||||
// log.Println("views:", txt)
|
||||
views.Click()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user