This commit is contained in:
eric
2025-12-02 15:15:33 +08:00
parent 511576aa97
commit 667dc47188
2 changed files with 6 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ language(zh_cn/en) = zh_cn
是否使用代理ip(是/否) =
代理地址 =
同一时间访问网络的线程数 = 3
循环时间(秒) = 120
循环时间(秒) = 300
排队读取网址时间(秒) = 0
是否显示循环秒数 =
是否显示直播源地址 =

View File

@@ -1166,7 +1166,9 @@ def start_record(url_data: tuple, count_variable: int = -1) -> None:
print(f"\r{record_name} 等待直播... ")
# 直接退出线程eric
return
# return
# 继续循环
continue
if start_pushed:
if over_show_push:
@@ -1189,7 +1191,8 @@ def start_record(url_data: tuple, count_variable: int = -1) -> None:
# 检查是否已有直播在录制
if len(recording) > 0 :
# 如果已有直播在录制,跳过这次录制(主播在线)
return # 或者 continue如果在循环中
# return
continue #如果在循环中
if live_status_push and not start_pushed:
if begin_show_push: