@vws-js-lib/crawler
v4.4.5
Published
Node module for web-scraping on torrent video websites
Downloads
24
Maintainers
Readme
VWS JS library
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:
Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Prerequisites
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
Running the tests
For running the automated tests for this system, with Mocha Javascript test framework
$npm test
or indiviual test by description
$npm test -- --grep "crawler"
Release version
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
| ~~Minor~~ Feature Release |
| 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.
| ~~Major~~ Breaking Release |
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:
License
This project is licensed under the MIT License - see the LICENSE.md file for details.