Fix instructions.
This commit is contained in:
parent
f4e74e4cb0
commit
ad8bd076e9
12
README.md
12
README.md
|
@ -2,12 +2,15 @@
|
||||||
|
|
||||||
`Torrents.csv` is a vetted database of torrents, consisting of a single, searchable `torrents.csv` file.
|
`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 find torrents run `./search.sh "SEARCH"`
|
||||||
|
|
||||||
To contribute:
|
To add your own torrents, run `./add_torrents.sh MY_TORRENTS_DIR`
|
||||||
- [Click here](https://gitlab.com/dessalines/torrents.csv/forks/new) to fork this repo.
|
|
||||||
|
## Instructions
|
||||||
|
|
||||||
|
[Click here](https://gitlab.com/dessalines/torrents.csv/forks/new) to fork this repo.
|
||||||
```sh
|
```sh
|
||||||
git clone https://gitlab.com/[MY_USER]/torrents.csv
|
git clone https://gitlab.com/[MY_USER]/torrents.csv
|
||||||
cd torrents.csv
|
cd torrents.csv
|
||||||
|
@ -24,5 +27,6 @@ infohash;name;size_bytes;created_unix;seeders;leechers;completed;scraped_date
|
||||||
# torrents here...
|
# 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 -->
|
Loading…
Reference in New Issue