change db from sqlite3 to postgresql
This commit is contained in:
@@ -23,7 +23,7 @@ func (c *Collector) Zeit() {
|
||||
|
||||
// cache
|
||||
collycollector.OnScraped(func(r *colly.Response) {
|
||||
c.Responses.Insert(r.Request.URL.String(), string(r.Body))
|
||||
c.Responses.Insert(r.Request.URL.String(), r.Body)
|
||||
})
|
||||
|
||||
// go through archive
|
||||
|
||||
Reference in New Issue
Block a user