mirror of
https://github.com/Arrowar/StreamingCommunity.git
synced 2025-06-07 12:05:35 +00:00
minor fixes (#146)
This commit is contained in:
parent
6752d5f19e
commit
9c9a46c2a8
3
.gitignore
vendored
3
.gitignore
vendored
@ -55,4 +55,5 @@ env.bak/
|
|||||||
venv.bak/
|
venv.bak/
|
||||||
|
|
||||||
# Other
|
# Other
|
||||||
Video
|
Video
|
||||||
|
list_proxy.txt
|
@ -290,7 +290,7 @@ class M3U8_Segments:
|
|||||||
delay = max(0.5, min(1, 1 / (num_proxies + 1)))
|
delay = max(0.5, min(1, 1 / (num_proxies + 1)))
|
||||||
else:
|
else:
|
||||||
delay = TQDM_DELAY_WORKER
|
delay = TQDM_DELAY_WORKER
|
||||||
|
|
||||||
else:
|
else:
|
||||||
delay = TQDM_DELAY_WORKER
|
delay = TQDM_DELAY_WORKER
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user