Compare commits
30 Commits
2.0.2
...
add-licens
Author | SHA1 | Date | |
---|---|---|---|
![]() |
2446a25b35 | ||
![]() |
d37524180d | ||
![]() |
b02a29fbb7 | ||
![]() |
e87d02230d | ||
![]() |
63609a0970 | ||
![]() |
1fe798ab19 | ||
![]() |
21b9977501 | ||
![]() |
fbe37be499 | ||
![]() |
6416dd642d | ||
![]() |
967f0582a6 | ||
![]() |
a5aeffc6ec | ||
![]() |
745cbd92ad | ||
![]() |
4a4412a262 | ||
![]() |
084989b3ce | ||
![]() |
640208d95c | ||
![]() |
ad148ba4c7 | ||
![]() |
7c961dbbbf | ||
![]() |
83df7b4301 | ||
![]() |
860282a463 | ||
![]() |
70582029dd | ||
![]() |
1f3002ef66 | ||
![]() |
07c758dd00 | ||
![]() |
38f2f5589f | ||
![]() |
c7b9414613 | ||
![]() |
84953fa16a | ||
![]() |
4cf88711d6 | ||
![]() |
b59940f719 | ||
![]() |
6a6a338868 | ||
![]() |
0d74380e1c | ||
![]() |
5a398bdb79 |
21
LICENSE
Normal 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.
|
33
README.md
@@ -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
|
||||
|
||||
|
||||

|
||||
|
||||
# 命令行选项
|
||||
```
|
||||
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/
|
||||
|
502
docs/ViuParser.html
Normal file
507
docs/aliyunEdu.html
Normal file
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 30 KiB |
BIN
docs/source/images/viu1.png
Normal file
After Width: | Height: | Size: 29 KiB |
BIN
docs/source/images/viu2.png
Normal file
After Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 218 KiB After Width: | Height: | Size: 93 KiB |
BIN
docs/source/images/阿里云大学1.png
Normal file
After Width: | Height: | Size: 199 KiB |
BIN
docs/source/images/阿里云大学2.png
Normal file
After Width: | Height: | Size: 110 KiB |
BIN
docs/source/images/阿里云大学3.png
Normal file
After Width: | Height: | Size: 5.4 KiB |