Its-Alex / Torrent-Search

πŸ”Ž NodeJS module to search over some torrent source for movies or series

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Torrent search

Module to find some movies or series from torrent source

How to get

npm install https://github.com/Its-Alex/torrent-search

or

yarn add https://github.com/Its-Alex/torrent-search

How to use

let TorrentSearch = require('torrent-search')
const ts = new TorrentSearch()

let imdbID = 'tt123456'
let title = 'Deadpool'

ts.getTorrents(imdbID, title, 'movies' || 'series').then(torrents => {
    console.log(torrents)
}).catch(err => console.log(err))

Torrents are sort by priority of providers define in file for each source

About

πŸ”Ž NodeJS module to search over some torrent source for movies or series

License:MIT License


Languages

Language:JavaScript 100.0%