This commit is contained in:
jianzhichu
2025-11-23 23:07:42 +08:00
parent db008b2c45
commit b4cee4f358
-1
View File
@@ -58,7 +58,6 @@ namespace dy.net.job
{ {
var bitRate = item.Video.BitRate.FirstOrDefault(); var bitRate = item.Video.BitRate.FirstOrDefault();
return $"{item.AwemeId}.{bitRate.Format}"; return $"{item.AwemeId}.{bitRate.Format}";
} }
protected override string GetAuthorAvatarBasePath(DouyinUserCookie cookie) protected override string GetAuthorAvatarBasePath(DouyinUserCookie cookie)