Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
babsonnexus authored Jan 15, 2025
1 parent 6f41860 commit c267ebb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions slm.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import yt_dlp as youtube_dl

# Top Controls
slm_version = "v2025.01.04.1653" # v2025.01.15.1612 (PRERELEASE)
slm_version = "v2025.01.04.1653" # v2025.01.15.1741 (PRERELEASE)

slm_port = os.environ.get("SLM_PORT")
if slm_port is None:
Expand Down Expand Up @@ -3708,7 +3708,7 @@ def get_youtube_m3u8_manifest(youtube_url):
'quiet': True,
'no_warnings': True,
'format': 'all',
'hls_prefer_native': True,
#'hls_prefer_native': True,
'retries': 10, # Retry up to 10 times in case of failure
'fragment_retries': 10, # Retry up to 10 times for each fragment
}
Expand Down

0 comments on commit c267ebb

Please sign in to comment.