Fixing transmission link. Fixes #2
This commit is contained in:
parent
7f22342aa9
commit
7f4a3a9a23
|
@ -1,6 +1,6 @@
|
||||||
# Torrents.csv
|
# 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.
|
`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
|
### Uploading
|
||||||
- [Torrent tracker scraper](https://github.com/ZigmundVonZaun/torrent-tracker-scraper)
|
- [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)
|
- [Human Friendly](https://humanfriendly.readthedocs.io/en/latest/readme.html#command-line)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue