诸多优化
This commit is contained in:
@@ -21,10 +21,10 @@ namespace dy.net.job
|
||||
return await douyinHttpClientService.SyncMixViedosByMixId(cursor, count, cookie.Cookies, cate.XId);
|
||||
}
|
||||
|
||||
//protected override bool ShouldContinueSync(DouyinCookie cookie, DouyinVideoInfoResponse data, DouyinFollowed followed=null)
|
||||
//{
|
||||
// return data != null && data.HasMore == 1;
|
||||
//}
|
||||
protected override Task<List<DouyinCookie>> GetSyncCookies()
|
||||
{
|
||||
return douyinCookieService.GetOpendCookiesAsync(x => !string.IsNullOrWhiteSpace(x.MixPath));
|
||||
}
|
||||
protected override string CreateSaveFolder(DouyinCookie cookie, Aweme item, AppConfig config, DouyinFollowed followed, DouyinCollectCate cate)
|
||||
{
|
||||
if (cate != null)
|
||||
|
||||
Reference in New Issue
Block a user