Skip to content

Commit

Permalink
Update BBDown/Program.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
lc6464 authored Aug 13, 2024
1 parent fe59297 commit 3f8a4bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BBDown/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ public static (Dictionary<string, byte> encodingPriority, Dictionary<string, int

public static async Task<(string fetchedAid, VInfo vInfo, string apiType)> GetVideoInfoAsync(MyOption myOption, string aidOri, string input)
{
Log("检测账号登录...");
Log("检测账号登录...");

// 加载认证信息
LoadCredentials(myOption);
Expand Down

0 comments on commit 3f8a4bc

Please sign in to comment.