mirror of
https://github.com/nkanaev/yarr.git
synced 2025-05-24 00:33:14 +00:00
log favicon search attempt
This commit is contained in:
parent
956b054c2c
commit
2d629dddad
@ -75,6 +75,7 @@ func (h *Handler) startJobs() {
|
||||
h.db.CreateItems(items)
|
||||
syncSearch()
|
||||
if !feed.HasIcon {
|
||||
h.log.Println("searching favicon for:", feed.Link, feed.FeedLink)
|
||||
icon, err := findFavicon(feed.Link, feed.FeedLink)
|
||||
if icon != nil {
|
||||
h.db.UpdateFeedIcon(feed.Id, icon)
|
||||
|
Loading…
x
Reference in New Issue
Block a user