Node module for web-scraping on torrent video websites
Mainly uses a module called cheerio by Matthew Mueller which implements a subset of jQuery specifically designed for server use.
Currently websites scraped list:
Implemented node modules for search on internet movie databases as:
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You'll need Node.js installed on your computer in order to build this library
$git clone https://github.com/rvillamil/vws-js-lib
$cd vws-js-lib
$npm install
For running the automated tests for this system, with Mocha Javascript test framework
$npm test
or indiviual test by description
$npm test -- --grep "crawler"
I user Github actions + semantic relases plugin on push on master.
Warning! Version on package.json is automatic. Don't change
It Requieres commit message:
Commit message | Release type |
---|---|
fix(pencil): stop graphite breaking when too much pressure applied |
Patch Release |
feat(pencil): add 'graphiteWidth' option |
|
perf(pencil): remove graphiteWidth option BREAKING CHANGE: The graphiteWidth option has been removed. The default graphite width of 10mm is always used for performance reasons. |
Example (on master):
$git ci -a -m "feat(ci): Remove step in CI"
..then
$git push
When CI ends, then, there is a release version generated on:
This project is licensed under the MIT License - see the LICENSE.md file for details.