feat:subtitles support

This commit is contained in:
CoolnsX
2022-07-21 19:10:04 +05:30
parent 421605fade
commit 1a8906a481
2 changed files with 19 additions and 10 deletions

View File

@@ -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>```
```