UNPKG

torrent-search-api

Version:

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

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