diff --git a/erigon-lib/downloader/webseed.go b/erigon-lib/downloader/webseed.go index f7fca735c98..5139caecfe7 100644 --- a/erigon-lib/downloader/webseed.go +++ b/erigon-lib/downloader/webseed.go @@ -589,6 +589,7 @@ func (d *WebSeeds) downloadTorrentFilesFromProviders(ctx context.Context, rootDi strings.HasSuffix(name, ".idx.torrent") || strings.HasSuffix(name, ".kvei.torrent") || strings.HasSuffix(name, ".bt.torrent") || + strings.HasSuffix(name, ".kvi.torrent") || strings.HasSuffix(name, ".vi.torrent") || strings.HasSuffix(name, ".txt.torrent") || strings.HasSuffix(name, ".efi.torrent")