feat:minor changes

This commit is contained in:
CoolnsX
2022-07-21 15:59:53 +05:30
parent 1ced6fc23c
commit fe5802449d
2 changed files with 49 additions and 24 deletions

View File

@@ -1,15 +1,29 @@
# hls_downloader
A posix compliant highly fast and efficient Asynchronous stable m3u8 links dowloader that uses shell jobs for controlling parallel download...
A posix compliant highly fast and efficient Asynchronous stable m3u8 links parallel downloader that uses shell jobs for controlling parallel download...
# Increase Parallel Downloads..
```
Usage:
hls [ -o <filename> ] [ -r | -f ] [ <m3u8_link> ]
hls -h
Currently its set to my internet speed * 3 in [line 72](https://github.com/CoolnsX/hls_downloader/blob/main/hls#L72) in script
Options:
-h show helptext
-o filename (default : video)
-r select highest resolution automatically
-f skip ffmpeg file conversion (used to enable the video file to run on any video player)
```
# Increase/Decrease Parallel Downloads..
Currently its set to 36 in [line 23](https://github.com/CoolnsX/hls_downloader/blob/main/hls#L23) in script
You can Increase/Decrease it by using ```-n <no. of connections>```
```
Internet Speed = 12 MByte per seconds..
36 (Internet Speed * 3)..
```
NOTE :- Increasing the number will make the download faster but less stable and Decreasing the number will make download slower but stable.. Decrease the number if the script is hanging out during download process..
# Dependency