New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

node-argenteam

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-argenteam

Get movies, tvshows and subtitles from argenteam.net

latest
Source
npmnpm
Version
0.0.2
Version published
Maintainers
1
Created
Source

node-argenteam

Get movies, TV shows and subtitles from argenteam.net

Installation

Vía NPM

npm install node-argenteam 

Usage

var argenteam = require('node-argenteam');

argenteam.search('insert a query', function(err, res){
  console.log(err, res);
});
Example ID: 74430, this ID is from Better Call Saul, you can get IDs using search function.

Fetch torrents and subs of TV Show

var argenteam = require('node-argenteam');

argenteam.getTvShow('TV SHOW ID', function(err, res){
  console.log(err, res);
});

Fetch torrents and subs of movie

var argenteam = require('node-argenteam');

argenteam.getMovie('Movie ID', function(err, res){
  console.log(err, res);
});

Fetch torrents and subs from an episode of TV show

var argenteam = require('node-argenteam');

argenteam.getEpisode('Episode ID', function(err, res){
  console.log(err, res);
});

Keywords

argenteam

FAQs

Package last updated on 10 Mar 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts