search for icons only during startup and after adding feeds
This commit is contained in:
parent
c8d6363677
commit
fa92ea16b0
4 changed files with 25 additions and 19 deletions
|
|
@ -74,7 +74,7 @@ func DiscoverFeed(candidateUrl string) (*DiscoverResult, error) {
|
|||
return result, nil
|
||||
}
|
||||
|
||||
func FindFavicon(websiteUrl, feedUrl string) (*[]byte, error) {
|
||||
func findFavicon(websiteUrl, feedUrl string) (*[]byte, error) {
|
||||
candidateUrls := make([]string, 0)
|
||||
|
||||
favicon := func(link string) string {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue