File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 997 . 重构调用 ffmpeg 下载直播功能
10108 . 优化配置文件参数容错机制
11119 . 恢复数据请求延时机制
12+ 10 . 优化程序运行提示
13+ 11 . 其他细节优化
1214
1315<p ><strong >更新公告:本项目名称由 <code >TikTokDownloader</code > 变更为 <code >DouK-Downloader</code ></strong ></p >
Original file line number Diff line number Diff line change @@ -578,7 +578,7 @@ async def update_params(self) -> None:
578578 )
579579 else :
580580 self .logger .warning (
581- _ ("抖音 cookie 参数未设置,相应功能可能无法正常使用 " )
581+ _ ("配置文件 cookie 参数未设置,抖音平台功能可能无法正常使用 " )
582582 )
583583 if self .tiktok_platform :
584584 if any (
@@ -607,7 +607,9 @@ async def update_params(self) -> None:
607607 )
608608 else :
609609 self .logger .warning (
610- _ ("TikTok cookie 参数未设置,相应功能可能无法正常使用" )
610+ _ (
611+ "配置文件 cookie_tiktok 参数未设置,TikTok 平台功能可能无法正常使用"
612+ )
611613 )
612614
613615 async def update_params_offline (self ) -> None :
@@ -631,7 +633,7 @@ async def update_params_offline(self) -> None:
631633 )
632634 else :
633635 self .logger .warning (
634- _ ("抖音 cookie 参数未设置,相应功能可能无法正常使用 " )
636+ _ ("配置文件 cookie 参数未设置,抖音平台功能可能无法正常使用 " )
635637 )
636638 if self .tiktok_platform :
637639 if any (
@@ -650,7 +652,9 @@ async def update_params_offline(self) -> None:
650652 )
651653 else :
652654 self .logger .warning (
653- _ ("TikTok cookie 参数未设置,相应功能可能无法正常使用" )
655+ _ (
656+ "配置文件 cookie_tiktok 参数未设置,TikTok 平台功能可能无法正常使用"
657+ )
654658 )
655659
656660 async def __update_cookie (
You can’t perform that action at this time.
0 commit comments