mirror of
https://github.com/CoolnsX/hls_downloader.git
synced 2025-12-20 07:15:21 +05:30
feat:subtitles support
This commit is contained in:
@@ -13,11 +13,14 @@ Options:
|
||||
-r select highest resolution automatically
|
||||
-n set maximum number of connections (default : 36)
|
||||
-f skip ffmpeg file conversion (used to enable the video file to run on any video player)
|
||||
-s subtitles url or path
|
||||
|
||||
Note: if subtitles url is passed using [-s] along with skip ffmpeg [-f] then the script will download subtitle file with same name instead of burning it in video file
|
||||
```
|
||||
|
||||
# Increase/Decrease Parallel Downloads..
|
||||
|
||||
Currently its set to 36 in [line 23](https://github.com/CoolnsX/hls_downloader/blob/main/hls#L23) in script
|
||||
Currently its set to 36 in [line 26](https://github.com/CoolnsX/hls_downloader/blob/main/hls#L26) in script
|
||||
You can Increase/Decrease it by using ```-n <no. of connections>```
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user