]> Sergey Matveev's repositories - btrtrc.git/commit
Rework torrent tracker scraping
authorMatt Joiner <anacrolix@gmail.com>
Sun, 22 May 2016 12:45:08 +0000 (22:45 +1000)
committerMatt Joiner <anacrolix@gmail.com>
Sun, 22 May 2016 12:45:08 +0000 (22:45 +1000)
commit20870ec4ff47a16f695f801d30315d7ba9244ebe
tree0b612e20a40ffaafa5e9e2a7038e6870646aba88
parent7f6f921aa99cff168cb234322711356f83450825
Rework torrent tracker scraping

New scrapers are added anytime trackers are added to a torrent. In the future they will also be stopped as soon as they're removed. All trackers are concurrently scraped, the old-style of sticking to one tracker that works is abandoned for now.
client.go
client_test.go
t.go
torrent.go
tracker_scraper.go [new file with mode: 0644]