2
0
mirror of https://github.com/urbanguacamole/torrent-paradise synced 2024-10-31 21:20:13 +00:00
Commit Graph

7 Commits

Author SHA1 Message Date
Urban Guacamole
e95a82f67d Update deploy scripts 2019-12-25 13:25:26 +01:00
Urban Guacamole
235bd9df8c Revamp seedleech count collection
Add seedleech-daemon that takes care of keeping seedleech counts updated
2019-03-30 10:49:31 +01:00
Urban Guacamole
2e386bd45a Add Top torrents view by seed count 2019-03-09 12:56:11 +01:00
Urban Guacamole
330f426b81 Redo tracker scraping, index generation
Seed/leech counts are fetched from all trackers for every torrent and
data from the tracker with most seeds for a given torrent is used.

I also got rid of SQLite which was previously used for generating
the index. It was replaced by a simple CSV file.  KISS

Some minor bugfixes and tweaks also included (sorry for not breaking
them up into more commits).
2019-03-02 21:26:57 +01:00
Urban Guacamole
70d3382282 Further automate index updates 2019-02-22 15:25:35 +01:00
Urban Guacamole
370e9a33ba Simplify update-index.sh 2019-02-11 15:55:25 +01:00
Urban Guacamole
241a83281f Clean up
Before publishing to Github
2019-01-31 13:51:03 +01:00