Commit Graph

74 Commits (dependabot/npm_and_yarn/index-generator/csv-parse-4.16.0)
 

Author SHA1 Message Date
dependabot[bot] 8d29f35ce8
Bump csv-parse from 4.6.5 to 4.16.0 in /index-generator
Bumps [csv-parse](https://github.com/wdavidw/node-csv-parse) from 4.6.5 to 4.16.0.
- [Release notes](https://github.com/wdavidw/node-csv-parse/releases)
- [Changelog](https://github.com/adaltas/node-csv-parse/blob/v4.16.0/CHANGELOG.md)
- [Commits](https://github.com/wdavidw/node-csv-parse/compare/v4.6.5...v4.16.0)

---
updated-dependencies:
- dependency-name: csv-parse
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
Urban Guacamole ed1964a21e Update index-generator deps 3 years ago
Mingye Wang dc63bd5e64 feat: set q parameter when searching
This makes refershes work.
3 years ago
Mingye Wang 81bb90c141 feat: interpret q parameter as query
Closes #6.
3 years ago
Urban Guacamole 774c2a98b0 Harden security 3 years ago
Urban Guacamole fa8357a0bc Update crawling intervals 3 years ago
Urban Guacamole 19224e723c Fix search 3 years ago
Urban Guacamole e3cce3988b Fix uppercase infohashes 3 years ago
Urban Guacamole 716b0b036b Update EZTV RSS URL 3 years ago
Urban Guacamole a0de20aa54 Add sort by size 4 years ago
Urban Guacamole a82e8bef03 Add support for quotes and exclusion for search
You can now use "" and - to require exact match or exclude some terms.
4 years ago
Urban Guacamole bae9fe5760 Add torrent name to magnet link
So your torrent client shows the name of a torrent even before
it downloads metadata
4 years ago
Urban Guacamole 848d3c73db Update IPFS site to match new writing 4 years ago
Urban Guacamole aa63077e39 Launch v2.0 frontend 4 years ago
Urban Guacamole b6537dbcea Add import-magnetico-db
For importing https://github.com/boramalper/magnetico/issues/218
4 years ago
Urban Guacamole a6715616fb Fix DoS if refreshing of matview takes too long
Refreshing the view after many changes (such as the 8 million new torrents
in 2.0) can take, if the disk is a bottleneck, take longer than 60 min.
4 years ago
Urban Guacamole 4cdd60306e Fix overflow on mobile 4 years ago
Urban Guacamole 995d4970fc Fix seedleech; 5x perf for minseed=0
By removing LIMIT from the query, I was able to 5x the trackerdata/sec
4 years ago
Urban Guacamole 450b018fac Tweak seedleech
In prep for 2.0 w/ 12 million torrents indexed and fresh
4 years ago
Urban Guacamole 446fdf4762 Update seedleech params
In anticipation of more new trackers (6) and significantly more torrents
(2 million -> 20 million).

Required seedleech freshness now updated to guarantee very fresh counts
for popular torrents at the expense of torrents with 1-3 seeds.

I also again changed the sleep time for workfetcher with minseed 0: computing all torrents without a trackerdata entry is computionally expensive, impossible with 20 mil torrents.
4 years ago
Urban Guacamole 0b5b4ae88d Update trackerlist 4 years ago
Urban Guacamole b8932f1dd0 Add TPB recent video to crawl-rss 4 years ago
Urban Guacamole 1016951321 Update dependencies 4 years ago
Urban Guacamole 2113ee6e1a Add alert on zero results 4 years ago
Urban Guacamole c7b468384e Fork shiyanhui/dht 4 years ago
Urban Guacamole 3304722c76 Remove import TPB dump tool
The Pirate Bay no longer provides dumps AFAIK.

Commit 8fdc8d6 added crawling of top 48h TPB torrents list.
4 years ago
Urban Guacamole 8fdc8d6508 Add crawl of TPB 48h top to crawl-rss
I still miss most of the trending torrents because I source new torrents mainly from the DHT.
4 years ago
Urban Guacamole 6f9f970979 Add eztv.io to crawl-rss 4 years ago
Urban Guacamole 8b4d9bf5a8 Filter results 4 years ago
Urban Guacamole d43227bda0 Update FontAwesome 4 years ago
Urban Guacamole 4245ff6e47 Update donated amounts 4 years ago
Urban Guacamole 26a2d1a2ad Add automatic DB index refresh to crawl-rss
Since this is the only service that runs a simple timer, I decided
to add it there.
4 years ago
Urban Guacamole 899086d02b Add Go modules support 4 years ago
Urban Guacamole 240d7d48fc Add RSS crawl service
To provide more fresh content, starting with YIFY/YTS.
4 years ago
Urban Guacamole 78f9d4fbe0 Remove changes notification 4 years ago
Urban Guacamole 496520e336 Fix relative URLs
Previously, TP did not work on alternative domains
4 years ago
Urban Guacamole e95a82f67d Update deploy scripts 4 years ago
Urban Guacamole cf6989303c Add Vote and Donate 4 years ago
Urban Guacamole 8dabe0d215 Add onclick telemetry 4 years ago
Urban Guacamole dd341ba88b Add lightning fast server side search
More features like better ranking, more torrents, etc are coming!
4 years ago
Urban Guacamole 20247c3b24 Update Vue.js 4 years ago
Urban Guacamole 49fae72182 Add more handy SQL snippets 4 years ago
Urban Guacamole 1f9b37b724 Update dependencies 4 years ago
Urban Guacamole 9b798c21a2 Add telemetry
Expecting a future where clickstream data are more and more valuable because ranking will be moving from strict keyword based seeders sorted to fuzzy matching with machine learned sorting, I'll be adding limited anonymized telemetry to Torrent Paradise.

I will always keep updating the static IPFS version as long as Torrent Paradise is alive.

Urban Guacamole from Torrent Paradise: the most innovative torrent site
4 years ago
urbanguacamole 9d50e3fbf3
Add link to MEGA for database dump download 5 years ago
Urban Guacamole 835dddeff3 Add link to torrent with database dump 5 years ago
Urban Guacamole 5d3bffa516 Tweak seedleech
For optimal freshness
5 years ago
Urban Guacamole 2c72d293b6 Update ad snippet code
Will get automatically added when deploying to server (not IPFS).
Ad is now wrapped in a div, so it has the same margin as rest of page
5 years ago
Urban Guacamole b642936218 Update about 5 years ago
Urban Guacamole 8fa9c4c475 Add favicon to index too 5 years ago