去重优先级,视频合成,没有音频用默认音频
This commit is contained in:
@@ -18,6 +18,9 @@ namespace dy.net.job
|
||||
: base(douyinCookieService, douyinHttpClientService, douyinVideoService, douyinCommonService, douyinFollowService, douyinMergeVideoService) { }
|
||||
|
||||
protected override string JobType => SystemStaticUtil.DY_FAVORITES;
|
||||
|
||||
protected override VideoTypeEnum VideoType => VideoTypeEnum.Favorite;
|
||||
|
||||
protected override async Task<List<DouyinCookie>> GetValidCookies()
|
||||
{
|
||||
return await douyinCookieService.GetAllOpendAsync(x=> !string.IsNullOrWhiteSpace(x.FavSavePath));
|
||||
|
||||
Reference in New Issue
Block a user