1.1.1 • Published 8 years ago

cpasbien-api v1.1.1

Weekly downloads
15
License
-
Repository
github
Last release
8 years ago

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