cpasbien-api

1.1.1 • Public • Published

cpasbien-api

js-standard-style TravisCI Version Dependency Status


Introduction

Scrapper API for french torrent site cpasbien.cm

Usage

 
const CPBAPI = require('cpasbien-api')
const api = new CPBAPI()
 
api.Latest()
  .then(console.log.bind(console))
 
api.Search('harry poter', {language: 'EN'})
  .then(console.log.bind(console))
 
api.Search('fringe', {scope: 'tvshow'})
  .then(console.log.bind(console))
 

Disclaimer

I'm not the author of cpasbien.cm, nor me or any contributor are responsable of any eventual illegal use of this software.

Changelog

1.1.1

  • Update domain extension to .cm

1.1.0

  • The Latest() method now which now return the latest movies or tvshow
  • The previous behavor of Latest() is now Top() which return the top 100

1.0.0

  • Initial release

Package Sidebar

Install

npm i cpasbien-api

Weekly Downloads

5

Version

1.1.1

License

none

Last publish

Collaborators

  • felixyadomi