https://github.com/its-alex/torrent-search
🔎 NodeJS module to search over some torrent source for movies or series
https://github.com/its-alex/torrent-search
async nodejs npm-package rarbg yts
Last synced: about 1 month ago
JSON representation
🔎 NodeJS module to search over some torrent source for movies or series
- Host: GitHub
- URL: https://github.com/its-alex/torrent-search
- Owner: Its-Alex
- License: mit
- Created: 2017-10-02T16:30:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-11T09:54:02.000Z (almost 8 years ago)
- Last Synced: 2025-02-23T11:12:29.699Z (over 1 year ago)
- Topics: async, nodejs, npm-package, rarbg, yts
- Language: JavaScript
- Homepage:
- Size: 55.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Torrent search
Module to find some movies or series from torrent source
## How to get
```shell
npm install https://github.com/Its-Alex/torrent-search
```
or
```shell
yarn add https://github.com/Its-Alex/torrent-search
```
## How to use
```javascript
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