You've already forked N_m3u8DL-CLI
mirror of
https://github.com/nilaoda/N_m3u8DL-CLI
synced 2025-09-27 15:00:50 +02:00
Compare commits
8 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
65cc0681e2 | ||
![]() |
7d980ec9a2 | ||
![]() |
ec5892c05a | ||
![]() |
9aed50fbf9 | ||
![]() |
d657b455cd | ||
![]() |
cda6575605 | ||
![]() |
0d6377d41b | ||
![]() |
9c76bdcbce |
@@ -32,7 +32,7 @@ namespace N_m3u8DL_CLI
|
|||||||
/*===============================================================================*/
|
/*===============================================================================*/
|
||||||
static Version ver = System.Reflection.Assembly.GetExecutingAssembly().GetName().Version;
|
static Version ver = System.Reflection.Assembly.GetExecutingAssembly().GetName().Version;
|
||||||
static string nowVer = $"{ver.Major}.{ver.Minor}.{ver.Build}";
|
static string nowVer = $"{ver.Major}.{ver.Minor}.{ver.Build}";
|
||||||
static string nowDate = "20201125";
|
static string nowDate = "20201126";
|
||||||
public static void WriteInit()
|
public static void WriteInit()
|
||||||
{
|
{
|
||||||
Console.Clear();
|
Console.Clear();
|
||||||
|
File diff suppressed because it is too large
Load Diff
@@ -118,7 +118,7 @@ namespace N_m3u8DL_CLI
|
|||||||
m3u8Content = DecodeImooc.DecodeM3u8(m3u8Content);
|
m3u8Content = DecodeImooc.DecodeM3u8(m3u8Content);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (m3u8Content.Trim().StartsWith("<?xml version") && m3u8Content.Contains("<MPD"))
|
if (m3u8Content.Contains("</MPD>") && m3u8Content.Contains("<MPD"))
|
||||||
{
|
{
|
||||||
var mpdSavePath = Path.Combine(DownDir, "dash.mpd");
|
var mpdSavePath = Path.Combine(DownDir, "dash.mpd");
|
||||||
//输出mpd文件
|
//输出mpd文件
|
||||||
|
@@ -292,4 +292,9 @@
|
|||||||
- 将默认UA修改为 Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36
|
- 将默认UA修改为 Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36
|
||||||
- 修改芒果TV请求头
|
- 修改芒果TV请求头
|
||||||
2020年11月25日
|
2020年11月25日
|
||||||
- 修正MPD判断最高清晰度的逻辑
|
- 修正MPD判断最高清晰度的逻辑
|
||||||
|
- 在MPD输入下支持选择音轨
|
||||||
|
- 修复BUG
|
||||||
|
2020年11月26日
|
||||||
|
- 优化MPD识别方案
|
||||||
|
- 修复MPD情况下时间戳溢出问题
|
Reference in New Issue
Block a user