UNPKG

torrent-search-api

Version:

Yet another node torrent scraper based on x-ray. (Support iptorrents, torrentleech, torrent9, Yyggtorrent, ThePriatebay, torrentz2, 1337x, KickassTorrent, Rarbg, TorrentProject, Extratorrent)

5 lines (3 loc) 142 B
const path = require('path'); const createApi = require('./createApi'); module.exports = createApi(path.join(__dirname, './lib/providers'));