When you download video from anitube as using this module, the action may become crime depending on the country.
The developer is not responsible for any damage or crime caused by using this module.
> npm install anitube-get
anitubeGet = require('anitube-get');
- Added synchronize method (method name is -Sync)
- Ability to acquire HD video URL
If you want to see example, please look at files in "sample/" directory.
'err' in callback function is stored error.
Methods for getting raw video url from anitube page url.
If isHD is not 0, return HD video URL. (If the page doesn't has HD video, return null
)
Methods for getting key url from anitube page url. Key is stored many information about video. Normally, don't use this method.
Methods for getting video url for embed from anitube page url.
Methods for getting category url of video from anitube page url.
Methods for getting video title from page.
Methods for getting category name fron page.
Name of synchronous methods is add Sync
to behind function name.
Please look at "sample/testSync.js".
Synchronization method does not yet implement an error return function!