Splits bleve.Index and database in two

This commit is contained in:
2016-01-21 19:19:04 +01:00
parent b044fa17ab
commit ef458eaaea
7 changed files with 132 additions and 235 deletions

View File

@@ -6,6 +6,7 @@ import (
"regexp"
"strconv"
"strings"
"time"
"github.com/PuerkitoBio/goquery"
)
@@ -177,5 +178,6 @@ func (g *AlbumDescriptionGetter) Get(a *Album) error {
strings.Join(append([]string{""}, errorList...), "\n * "))
}
a.FetchDate = time.Now()
return nil
}