diff --git a/.gitignore b/.gitignore index eca9b10..e07730e 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ ipfs.html about.html copyright.html torrent_dump_full.csv.gz +generate-top-torrents \ No newline at end of file diff --git a/README.md b/README.md index 05db47d..65ed53c 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,8 @@ The programs create their own tables in the DB that they need. Database name is What I did first after getting the server up and running was importing the TPB dump. Download https://thepiratebay.org/static/dump/csv/torrent_dump_full.csv.gz to the import-tpb-dump directory and run `go run`. +There is a complete database dump available in torrentparadise-staticbackup.torrent, so you don't have to do that. + # Usage ## Generate the index diff --git a/torrentparadise-staticbackup.torrent b/torrentparadise-staticbackup.torrent new file mode 100644 index 0000000..f712965 Binary files /dev/null and b/torrentparadise-staticbackup.torrent differ