-
islandBeauty is a project of torrent downloader writtern by Node.js. As ths name suggests, the project can download adult video torrent files.
-
Of course, my original purpose is just using Node to write a crawler. Adult video is just a hot theme.
-
I had search many projects about spiders or crawlers, most of them are hard to use. Either hard to extend because of hardcoded or have poor avaliability.
-
IslandBeauty is also not a spider,it is a torrent downloader at best. But is support to config and the page parser is pluggable, that make islandBeauty has some scalability.
-
As mentioned, adult video is just a hot theme, I usually use this to download general movies.
Welcome to cantact me.
-
INSTALL
Visit Node.js official website to install node enviroment. It's better to install babun, a better terminal replacement of cmd on Windows system.
-
Download project
Download this project.
-
Install dependence
cd islandBeauty
npm i -d
- Get adult video torrent files
cd bin
node main.js
The av torrent files will save to dst/av
.
-
Get normal movies
We usually search the specific movie and download it, so if we download all of the torrent files founded by the tool will not acceptable. To get one movie torrent file, you will pass the movie name to the tool. Using this command:
cd bin
node main.js search 美人鱼
The movie torrent file will save to dst/movie
.
If you want to customize the download directory, you can modify the conf/config
file.