dessalines
dessalines

Reputation: 7372

How do I scrape/query a torrent tracker for torrents named similarly?

How do I scrape for torrents of a certain file-name? I've read through the http bittorrent tracker spec, but you seem to only be able to query files based on their specific info name.

Is there no way to query for a group of files, or based on file/torrent name?

Upvotes: 1

Views: 2270

Answers (1)

the8472
the8472

Reputation: 43052

Trackers do not know anything about torrent contents, they only track torrents based on the infohashes.

.torrent file indexing (what torrent sites do) and obtaining peer lists (what trackers do) are separate concerns.

Upvotes: 5

Related Questions