Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
nilaoda committed Jan 24, 2021
1 parent 4c32075 commit 82f2111
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion N_m3u8DL-CLI/Global.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class Global
/*===============================================================================*/
static Version ver = System.Reflection.Assembly.GetExecutingAssembly().GetName().Version;
static string nowVer = $"{ver.Major}.{ver.Minor}.{ver.Build}";
static string nowDate = "20210118";
static string nowDate = "20210124";
public static void WriteInit()
{
Console.Clear();
Expand Down
6 changes: 5 additions & 1 deletion N_m3u8DL-CLI/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -308,4 +308,8 @@
- 支持解密虎课网
2021年1月18日
- 完善MPD下载相关
- 重新打包多语言资源
- 重新打包多语言资源
2021年1月24日
- 适配Disney+资源
- MPD选择流行为优化
- 修复二进制合并时vtt字幕被合并为ts后缀问题

0 comments on commit 82f2111

Please sign in to comment.