# lixian-115

> Lixian 115 (115 离线下载命令行工具)

Latest version **1.2.1** (published 2016-03-29) · MIT license · 0 weekly downloads

## Install

```sh
npm install lixian-115
pnpm add lixian-115
yarn add lixian-115
bun add lixian-115
```

Provides the command `lx115`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.2.1 |
| Published | 2016-03-29 |
| First published | 2015-07-29 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 7 |
| Known vulnerabilities | 0 (+7 in 2 direct dependencies) |
| Install scripts | no |
| GitHub stars | 88 |
| Author | Liu Jin |
| Maintainers | coolzilj |
| Keywords | 115, lixian, download |

## Links

- npm: https://www.npmjs.com/package/lixian-115
- Repository: https://github.com/coolzilj/lixian-115
- Homepage: https://github.com/coolzilj/lixian-115#readme
- Issues: https://github.com/coolzilj/lixian-115/issues
- npm.io page: https://npm.io/package/lixian-115

## Dependencies (7)

- [lodash](https://npm.io/package/lodash.md) ^3.10.0
- [request](https://npm.io/package/request.md) ^2.58.0
- [optimist](https://npm.io/package/optimist.md) ^0.6.1
- [object-assign](https://npm.io/package/object-assign.md) ^3.0.0
- [parse-torrent](https://npm.io/package/parse-torrent.md) ^5.2.1
- [recursive-readdir](https://npm.io/package/recursive-readdir.md) ^1.2.1
- [tough-cookie-filestore](https://npm.io/package/tough-cookie-filestore.md) 0.0.1

## Recent versions

- 1.2.1 (latest) — 2016-03-29
- 1.2.0 — 2016-03-12
- 1.1.0 — 2016-03-12
- 1.0.0 — 2015-11-10
- 0.0.1 — 2015-07-29
- 0.0.0 — 2015-07-29

## README

# Lixian 115 (115 离线下载命令行工具)

```
115 离线下载命令行工具

Options:
  -d, --directory  本地种子目录
  -t, --torrent    本地种子文件(单个)
  -m, --magnet     磁力链（链接后加 \n 最多添加15个）
  -v, --version    版本号
```

## Install

```
$ npm install -g lixian-115
```

## Usage

### Login (登录)
由于 115 的登录策略改变，登录功能已废。
请在浏览器登录后，推荐使用 [EditThisCookie](http://www.editthiscookie.com/) 插件导出 cookies 到 `{HOMEPATH}/.115.cookies` 即可正常使用。

### Add multiple torrents (本地种子目录)
```js
lx115 -d path/of/torrents/folder（存放 .torrent 文件的文件夹路径）
```

### Add torrent (单个本地种子文件)
```js
lx115 -t ~/Desktop/完美假妻168.Lock.Me.Up.Tie.Him.Down.2014.HD720P.X264.AAC.chinese.CHS.Mp4Ba.torrent
```

### Add magnet (磁力链，链接后加 \n 最多添加15个)
```js
lx115 -m "magnet:?xt=urn:btih:...\nmagnet:?xt=urn:btih:...\nmagnet:?xt=urn:btih:...\nmagnet:?xt=urn:btih:..."
```

## License

MIT © [Liu Jin](http://liujin.me)

---
_Source: https://npm.io/package/lixian-115 · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
