Fix instructions.

This commit is contained in:
Dessalines 2018-10-04 23:48:51 -07:00
parent f4e74e4cb0
commit ad8bd076e9
1 changed files with 8 additions and 4 deletions

View File

@ -2,12 +2,15 @@
`Torrents.csv` is a vetted database of torrents, consisting of a single, searchable `torrents.csv` file.
An *upload*, consists of making a pull request after running the `add_torrents.sh` script that adds your new unique torrents to the file, after checking that they aren't already there, and that they have seeders.
An *upload*, consists of making a pull request after running the `add_torrents.sh` script, which adds torrents from a directory to the `.csv` file, after checking that they aren't already there, and that they have seeders.
To find torrents run `./search.sh "SEARCH"`
To contribute:
- [Click here](https://gitlab.com/dessalines/torrents.csv/forks/new) to fork this repo.
To add your own torrents, run `./add_torrents.sh MY_TORRENTS_DIR`
## Instructions
[Click here](https://gitlab.com/dessalines/torrents.csv/forks/new) to fork this repo.
```sh
git clone https://gitlab.com/[MY_USER]/torrents.csv
cd torrents.csv
@ -24,5 +27,6 @@ infohash;name;size_bytes;created_unix;seeders;leechers;completed;scraped_date
# torrents here...
```
`Torrents.csv` will be periodically purged of non-seeded torrents, and potentially sorted.
`Torrents.csv` will be periodically purged of non-seeded torrents, and sorted by seeders descending.
<!-- https://github.com/danfolkes/Magnet2Torrent -->