Adding sorting by infohash to readme.
This commit is contained in:
parent
183affc684
commit
805da39462
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
`Torrents.csv` is a *collaborative* repository 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. It comes with a self-hostable [Torrents.csv webserver](https://torrents-csv.ml), a command line search, and a folder scanner to add torrents.
|
`Torrents.csv` is a *collaborative* repository 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. It comes with a self-hostable [Torrents.csv webserver](https://torrents-csv.ml), a command line search, and a folder scanner to add torrents.
|
||||||
|
|
||||||
`Torrents.csv` will only store torrents with at least one seeder to keep the file small, 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, will be periodically purged of non-seeded torrents, and sorted by infohash.
|
||||||
|
|
||||||
![img](https://i.imgur.com/GJQE3Xi.png)
|
![img](https://i.imgur.com/GJQE3Xi.png)
|
||||||
|
|
||||||
|
@ -105,7 +105,6 @@ infohash;name;size_bytes;created_unix;seeders;leechers;completed;scraped_date
|
||||||
# torrents here...
|
# torrents here...
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
## Sources for new torrents
|
## Sources for new torrents
|
||||||
- https://www.skytorrents.lol/top100
|
- https://www.skytorrents.lol/top100
|
||||||
- https://1337x.to/top-100
|
- https://1337x.to/top-100
|
||||||
|
|
Loading…
Reference in New Issue