1
0
Fork 0
mirror of https://github.com/zhangjh/islandBeauty.git synced 2026-04-26 18:35:48 +03:00
No description
Find a file
2025-06-07 17:12:32 +08:00
.github Create FUNDING.yml 2019-06-27 12:02:11 +08:00
bin update: 调整bt天堂域名+错误日志 2016-09-24 22:40:42 +08:00
conf update: 调整bt天堂域名+错误日志 2016-09-24 22:40:42 +08:00
lib 格式化 2016-09-13 18:00:17 +08:00
.gitignore bugfix 2016-09-12 14:48:57 +08:00
package.json Update package.json 2018-04-02 15:32:51 +08:00
README.en.md Update README.en.md 2018-12-18 15:14:50 +08:00
README.md Update README.md 2025-06-07 17:12:32 +08:00

islandBeauty | 岛国丽人

tumblr spider

Description

  • 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.

Usage

  1. 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.

  2. Download project

    Download this project.

    zipsrc

  3. Install dependence

cd islandBeauty
npm i -d
  1. Get adult video torrent files
cd bin 
node main.js

The av torrent files will save to dst/av.

  1. 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.