's'
This commit is contained in:
@@ -12,7 +12,7 @@ language(zh_cn/en) = zh_cn
|
||||
是否使用代理ip(是/否) = 否
|
||||
代理地址 =
|
||||
同一时间访问网络的线程数 = 3
|
||||
循环时间(秒) = 120
|
||||
循环时间(秒) = 300
|
||||
排队读取网址时间(秒) = 0
|
||||
是否显示循环秒数 = 否
|
||||
是否显示直播源地址 = 是
|
||||
|
||||
7
main.py
7
main.py
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user