1
mirror of https://github.com/nilaoda/N_m3u8DL-CLI synced 2025-09-10 12:40:52 +02:00

Compare commits

..

8 Commits
2.2.4 ... 2.3.1

Author SHA1 Message Date
nilaoda
121ff9f226 Update README.md 2019-09-22 20:42:30 +08:00
nilaoda
e5b84c2f04 viki parser 2019-09-21 22:15:27 +08:00
nilaoda
7e562a06bb Add VIKI (JS) 2019-09-21 01:01:37 +08:00
nilaoda
1eae19c3ea Merge branch 'master' of https://github.com/nilaoda/N_m3u8DL-CLI 2019-09-18 19:32:46 +08:00
nilaoda
ba33049b99 Update README.md 2019-09-18 19:32:10 +08:00
nilaoda
9773087bf9 Update docs 2019-09-18 19:31:08 +08:00
nilaoda
b60d39ad0d Update README.md 2019-09-16 22:15:46 +08:00
nilaoda
e89705a370 Update README.md 2019-09-10 22:27:26 +08:00
16 changed files with 688 additions and 29 deletions

View File

@@ -8,13 +8,16 @@
╚═╝ ╚═══╝╚══════╝╚═╝ ╚═╝╚═════╝ ╚═════╝ ╚════╝ ╚═════╝ ╚══════╝ ╚═════╝╚══════╝╚═╝
```
# 关于跨平台
本项目已通过`.NET Core`实现跨平台支持Linux、Windows请移步https://github.com/nilaoda/N_m3u8DL-CLI_Core
# N_m3u8DL-CLI
一个**可靠的**m3u8下载器下载地址https://github.com/nilaoda/N_m3u8DL-CLI/releases
一个**简单易用的**m3u8下载器下载地址https://github.com/nilaoda/N_m3u8DL-CLI/releases
支持下载m3u8链接或文件为`mp4`或`ts`格式,并提供丰富的命令行选项。
* 支持`AES-128`加密自动解密
* 支持多线程下载
* 支持下载限速
* 支持断点续传
* 支持`Master List`
* 支持直播流录制(`BETA`)
@@ -48,6 +51,7 @@ N_m3u8DL-CLI.exe <URL|File|JSON> [OPTIONS]
--muxSetJson File 使用外部json文件定义混流选项
--downloadRange Range 仅下载视频的一部分分片或长度
--stopSpeed Number 当速度低于此值时,重试(单位为KB/s)
--maxSpeed Number 设置下载速度上限(单位为KB/s)
--enableDelAfterDone 开启下载后删除临时文件夹的功能
--enableMuxFastStart 开启混流mp4的FastStart特性
--enableBinaryMerge 开启二进制合并分片

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

515
docs/VikiParser.html Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB