cpasbien-api
v1.1.1
Published
Scrapper API for french torrent site cpasbien.cm
Downloads
23
Maintainers
Readme
cpasbien-api
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 nowTop()
which return the top 100
1.0.0
- Initial release