Run new torrents fetcher with new torrents by seeder count. Fixes #45
This commit is contained in:
parent
90329ebae3
commit
ca6c232f4b
|
@ -1,6 +1,8 @@
|
|||
# This fetches from several torrent websites for new updates
|
||||
mkdir ../torrents
|
||||
cd ../new_torrents_fetcher
|
||||
cargo run --release -- -s ../torrents -t ../torrents.csv
|
||||
sort -r --field-separator=';' -n --key=5 ../torrents.csv > ../torrents.csv.seeders.desc
|
||||
cargo run --release -- -s ../torrents -t ../torrents.csv.seeders.desc
|
||||
rm ../torrents.csv.seeders.desc
|
||||
cd ../scripts
|
||||
. scan_torrents.sh torrents
|
Loading…
Reference in New Issue