From 7f4a3a9a23be547a3d25690716016477549caf9a Mon Sep 17 00:00:00 2001 From: Dessalines Date: Wed, 10 Oct 2018 10:15:53 -0700 Subject: [PATCH] Fixing transmission link. Fixes #2 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f7b607f..0913d27 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Torrents.csv -`Torrents.csv` is a vetted database of torrents, consisting of a single, searchable `torrents.csv` file. Its initially populated with a January 2017 backup of the pirate bay, and new torrents are periodically added from various torrents sites via a rust script. +`Torrents.csv` is a collaborative, vetted database of torrents, consisting of a single, searchable `torrents.csv` file. Its initially populated with a January 2017 backup of the pirate bay, and new torrents are periodically added from various torrents sites via a rust script. `Torrents.csv` will only store torrents with at least one seeder to keep the file small, and will be periodically purged of non-seeded torrents, and sorted by seeders descending. @@ -41,7 +41,7 @@ infohash;name;size_bytes;created_unix;seeders;leechers;completed;scraped_date ### Uploading - [Torrent tracker scraper](https://github.com/ZigmundVonZaun/torrent-tracker-scraper) -- [Transmission-cli](https://github.com/ZigmundVonZaun/torrent-tracker-scraper) +- [Transmission-cli](https://transmissionbt.com/) - [Human Friendly](https://humanfriendly.readthedocs.io/en/latest/readme.html#command-line)