remove model files for responses
This commit is contained in:
@@ -19,7 +19,7 @@ func (c *Collector) CollectZeit() {
|
||||
collycollector := colly.NewCollector(
|
||||
colly.AllowedDomains("www.zeit.de", "zeit.de"),
|
||||
colly.CacheDir("./persistence/zeit_cache"),
|
||||
colly.MaxDepth(5),
|
||||
colly.MaxDepth(3),
|
||||
)
|
||||
|
||||
// store articles
|
||||
@@ -44,7 +44,7 @@ func (c *Collector) CollectZeit() {
|
||||
})
|
||||
|
||||
// go through archive
|
||||
startDate := time.Date(2025, time.January, 1, 0, 0, 0, 0, time.UTC)
|
||||
startDate := time.Date(2020, time.January, 1, 0, 0, 0, 0, time.UTC)
|
||||
//startDate := time.Date(1946, time.January, 1, 0, 0, 0, 0, time.UTC)
|
||||
currentDate := time.Now()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user