cpasbien-parser
v1.1.0
Published
Scrapper API for french torrent site cpasbien.io
Downloads
17
Readme
SOURCE: https://github.com/yadomi/cpasbien-api
cpasbien-api
Introduction
Scrapper API for french torrent site cpasbien.io
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.io, nor me or any contributor are responsable of any eventual illegal use of this software.