1
mirror of https://github.com/nilaoda/N_m3u8DL-CLI synced 2025-09-07 02:45:59 +02:00

Compare commits

...

30 Commits

Author SHA1 Message Date
nilaoda
2446a25b35 Create LICENSE 2019-09-10 11:58:37 +08:00
nilaoda
d37524180d Update README.md 2019-09-10 11:21:59 +08:00
nilaoda
b02a29fbb7 更新文档 2019-09-09 17:22:59 +08:00
nilaoda
e87d02230d Merge branch 'master' of https://github.com/nilaoda/N_m3u8DL-CLI 2019-09-09 17:20:08 +08:00
nilaoda
63609a0970 增加--enableAudioOnly 2019-09-09 17:19:47 +08:00
nilaoda
1fe798ab19 Update README.md 2019-09-08 22:40:36 +08:00
nilaoda
21b9977501 Update README.md 2019-09-08 22:40:01 +08:00
nilaoda
fbe37be499 更新截图 2019-09-08 22:17:37 +08:00
nilaoda
6416dd642d 更新爱奇艺4K-H264 2019-08-27 01:52:23 +08:00
nilaoda
967f0582a6 修复台湾爱奇艺杜比 2019-08-25 00:02:02 +08:00
nilaoda
a5aeffc6ec 更新js 2019-08-24 23:09:25 +08:00
nilaoda
745cbd92ad 更新文档 2019-08-22 23:26:29 +08:00
nilaoda
4a4412a262 常规更新 2019-08-21 14:55:24 +08:00
nilaoda
084989b3ce update js 2019-08-11 23:38:52 +08:00
nilaoda
640208d95c 增加wetv字幕js 2019-08-11 23:31:33 +08:00
nilaoda
ad148ba4c7 更新芒果TV 2019-08-08 21:47:54 +08:00
nilaoda
7c961dbbbf 修正文档日期 2019-08-08 21:12:34 +08:00
nilaoda
83df7b4301 增加爱奇艺1080P H265 2019-08-08 21:08:41 +08:00
nilaoda
860282a463 支持愛奇藝 2019-08-07 12:06:07 +08:00
nilaoda
70582029dd 修复爱奇艺4K_H264 2019-08-07 11:23:53 +08:00
nilaoda
1f3002ef66 更新爱奇艺4K264、4K265代码 2019-08-07 10:21:56 +08:00
nilaoda
07c758dd00 增加爱奇艺杜比音轨JS 2019-08-07 02:09:59 +08:00
nilaoda
38f2f5589f 更新爱奇艺JS 2019-08-04 23:58:34 +08:00
nilaoda
c7b9414613 更新说明书 2019-07-24 00:45:03 +08:00
nilaoda
84953fa16a 更新爱奇艺JS 2019-07-14 21:43:03 +08:00
nilaoda
4cf88711d6 更新爱奇艺JS 2019-07-13 19:11:54 +08:00
nilaoda
b59940f719 修正错别字 2019-07-10 23:54:30 +08:00
nilaoda
6a6a338868 增加阿里云大学教程 2019-07-10 23:51:03 +08:00
nilaoda
0d74380e1c 更新文档 2019-07-10 22:42:30 +08:00
nilaoda
5a398bdb79 更新文档 2019-07-10 22:40:36 +08:00
20 changed files with 1381 additions and 51 deletions

21
LICENSE Normal file
View File

@@ -0,0 +1,21 @@
MIT License
Copyright (c) 2019 nilaoda
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

View File

@@ -9,6 +9,35 @@
```
# N_m3u8DL-CLI
一个m3u8下载器下载地址https://github.com/nilaoda/N_m3u8DL-CLI/releases
一个m3u8下载器下载地址https://github.com/nilaoda/N_m3u8DL-CLI/releases
![直接使用.gif](https://nilaoda.github.io/N_m3u8DL-CLI/source/images/%E7%9B%B4%E6%8E%A5%E4%BD%BF%E7%94%A8.gif)
# 命令行选项
```
N_m3u8DL-CLI.exe <URL|File|JSON> [OPTIONS]
--workDir Directory 设定程序工作目录
--saveName Filename 设定存储文件名(不包括后缀)
--baseUrl BaseUrl 设定Baseurl
--headers headers 设定请求头,格式 key:value 使用|分割不同的key&value
--maxThreads Thread 设定程序的最大线程数(默认为32)
--minThreads Thread 设定程序的最小线程数(默认为16)
--retryCount Count 设定程序的重试次数(默认为15)
--timeOut Sec 设定程序网络请求的超时时间(单位为秒默认为10秒)
--muxSetJson File 使用外部json文件定义混流选项
--downloadRange Range 仅下载视频的一部分分片或长度
--stopSpeed Number 当速度低于此值时,重试(单位为KB/s)
--enableDelAfterDone 开启下载后删除临时文件夹的功能
--enableMuxFastStart 开启混流mp4的FastStart特性
--enableBinaryMerge 开启二进制合并分片
--enableParseOnly 开启仅解析模式(程序只进行到meta.json)
--enableAudioOnly 合并时仅封装音频轨道
--disableDateInfo 关闭混流中的日期写入
--noMerge 禁用自动合并
--noProxy 不自动使用系统代理
```
# 用户文档
https://nilaoda.github.io/N_m3u8DL-CLI/
https://nilaoda.github.io/N_m3u8DL-CLI/

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

502
docs/ViuParser.html Normal file

File diff suppressed because it is too large Load Diff

507
docs/aliyunEdu.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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 30 KiB

BIN
docs/source/images/viu1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

BIN
docs/source/images/viu2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 218 KiB

After

Width:  |  Height:  |  Size: 93 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 199 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB