mirror of
http://gitea.phreedom.club/localhost_frssoft/funkwlmpv
synced 2024-11-22 01:01:27 +00:00
increase timeout for fetch track
This commit is contained in:
parent
0e6b7cccbf
commit
395800f280
|
@ -34,7 +34,7 @@ def create_playlist_file(track_list):
|
|||
def filter_tracks(tracks):
|
||||
def remove_unreach_tracks(track):
|
||||
try:
|
||||
r = requests.head(track['listen_url'], timeout=1)
|
||||
r = requests.head(track['listen_url'], timeout=2)
|
||||
r.raise_for_status()
|
||||
return 1
|
||||
except:
|
||||
|
|
Loading…
Reference in a new issue