Fixing transmission link. Fixes #2

This commit is contained in:
Dessalines 2018-10-10 10:15:53 -07:00
parent 7f22342aa9
commit 7f4a3a9a23
1 changed files with 2 additions and 2 deletions

View File

@ -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)