mirror of
https://github.com/ihmily/DouyinLiveRecorder.git
synced 2025-12-25 21:36:46 +08:00
up
This commit is contained in:
parent
86a822f0db
commit
d787838ed2
4
main.py
4
main.py
@ -1794,7 +1794,7 @@ while True:
|
||||
delete_line(url_config_file, origin_line)
|
||||
line_list.append(origin_line)
|
||||
line = origin_line.strip()
|
||||
if len(line) < 20:
|
||||
if len(line) < 18:
|
||||
continue
|
||||
|
||||
line_spilt = line.split('主播: ')
|
||||
@ -1986,4 +1986,4 @@ while True:
|
||||
t2.start()
|
||||
first_run = False
|
||||
|
||||
time.sleep(3)
|
||||
time.sleep(3)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user