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)

9 lines (7 loc) 162 B
let cloudscraper; try { cloudscraper = require('cloudflare-scraper'); } catch (e) { cloudscraper = require('cloudscraper'); } module.exports = cloudscraper;