feat/flaresolverr-resilience #3

Open
darklyn wants to merge 5 commits from feat/flaresolverr-resilience into main
10 changed files with 71 additions and 13 deletions
Showing only changes of commit ccb6eddd4c - Show all commits

View File

@@ -81,7 +81,7 @@ func (i *Indexer) HandlerBluDVIndexer(w http.ResponseWriter, r *http.Request) {
// if no links were indexed, expire the document in cache
if len(links) == 0 {
i.requester.ExpireDocument(ctx, url)
_ = i.requester.ExpireDocument(ctx, url)
}
// extract each torrent link

View File

@@ -95,7 +95,7 @@ func (i *Indexer) HandlerComandoIndexer(w http.ResponseWriter, r *http.Request)
// if no links were indexed, expire the document in cache
if len(links) == 0 {
i.requester.ExpireDocument(ctx, url)
_ = i.requester.ExpireDocument(ctx, url)
}
// extract each torrent link

View File

@@ -83,7 +83,7 @@ func (i *Indexer) HandlerComandoHDsIndexer(w http.ResponseWriter, r *http.Reques
// if no links were indexed, expire the document in cache
if len(links) == 0 {
i.requester.ExpireDocument(ctx, url)
_ = i.requester.ExpireDocument(ctx, url)
}
// extract each torrent link

View File

@@ -81,7 +81,7 @@ func (i *Indexer) HandlerRedeTorrentIndexer(w http.ResponseWriter, r *http.Reque
// if no links were indexed, expire the document in cache
if len(links) == 0 {
i.requester.ExpireDocument(ctx, url)
_ = i.requester.ExpireDocument(ctx, url)
}
// extract each torrent link

View File

@@ -80,7 +80,7 @@ func (i *Indexer) HandlerStarckFilmesIndexer(w http.ResponseWriter, r *http.Requ
// if no links were indexed, expire the document in cache
if len(links) == 0 {
i.requester.ExpireDocument(ctx, url)
_ = i.requester.ExpireDocument(ctx, url)
}
// extract each torrent link

View File

@@ -80,7 +80,7 @@ func (i *Indexer) HandlerTorrentDosFilmesIndexer(w http.ResponseWriter, r *http.
// if no links were indexed, expire the document in cache
if len(links) == 0 {
i.requester.ExpireDocument(ctx, url)
_ = i.requester.ExpireDocument(ctx, url)
}
// extract each torrent link