Skip to content

Commit

Permalink
add .kvi to downloader whitelist (#13304)
Browse files Browse the repository at this point in the history
  • Loading branch information
AskAlexSharov authored Jan 2, 2025
1 parent e525deb commit acc36b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions erigon-lib/downloader/webseed.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit acc36b3

Please sign in to comment.