No description
Find a file
2020-03-10 14:45:45 +01:00
lib adds rarbg dump scraper based on scraped imdb ids 2020-03-09 15:23:16 +01:00
manual adds rarbg dump scraper based on scraped imdb ids 2020-03-09 15:23:16 +01:00
scrapers adds rarbg dump scraper based on scraped imdb ids 2020-03-09 15:23:16 +01:00
.gitignore updating to use tpb cached torrent files 2019-12-31 19:36:03 +01:00
docker-compose.yml Initial commit 2019-03-13 22:41:15 +01:00
index.js adds cron job for scraping 2020-03-10 14:45:45 +01:00
LICENSE Initial commit 2019-03-13 22:25:05 +01:00
package-lock.json adds rarbg scrapper 2020-03-08 23:29:54 +01:00
package.json adds rarbg scrapper 2020-03-08 23:29:54 +01:00
README.md adds rarbg dump scraper based on scraped imdb ids 2020-03-09 15:23:16 +01:00

Torrentio Scraper

Initial dumps

The Pirate Bay

https://mega.nz/#F!tktzySBS!ndSEaK3Z-Uc3zvycQYxhJA

https://thepiratebay.org/static/dump/csv/

Kickass

https://mega.nz/#F!tktzySBS!ndSEaK3Z-Uc3zvycQYxhJA

https://web.archive.org/web/20150416071329/http://kickass.to/api

Migrating Database

When migrating database to a new one it is important to alter the files_id_seq sequence to the maximum file id value plus 1.

ALTER SEQUENCE files_id_seq RESTART WITH <last_file_id + 1>;