Releases: ArneVogel/concat
v0.3.1
v0.3.0
v0.2.7
Another huge thanks to @shilangyu for the work on this release.
New on this release:
- status bar indicating the download progress
-audio
extracting the audio track of the video into a .mp3-audio-only
same as-audio
but only keeping the mp3
v0.2.6
Thanks to @shilangyu for this release.
What new:
- added download path flag
-download-path
ffmpeg
is not checked if-qualityinfo
flag is passed- allow download only with
-start
- automatic renaming of video with
-filename
v0.2.5
Additions in this release:
Resumable Downloads (Thanks to yonilerner). If a download failed for some reason just execute the same command again. The program with automatically use the chunks that were already downloaded.
Variable amount of concurrent downloads (Thanks to dl471). Use the -max-concurrent-downloads flag to set how many chunks should get downloaded at the same time.
v0.2.4
v0.2.3
v0.2.2
Fixed a bug with a new url scheme from twitch.
new style of edgecast links: .../chunked/highlight-180380104.m3u8
old style of edgecast links: .../chunked/index-dvr.m3u8
The change from index to highlight caused concat to not identify the right part of the url for downloading the vod. Concat now works with both the old and the new scheme.
v0.2.1
Huge thanks to ulkoalex for his work on concat. This release are updates on concat from him.
Changes:
- chunks are now cached into a temporary folder instead of the folder the concat excecutable is stored in
- option to download full vods using
-end="full"
- better status outputs
- more robust internal quality selection
- debug option using
-debug
v0.2
Changes:
- inputs are now made with flags.
concat.exe 123456789 0 0 0 1 20 0
from v0.1 isconcat.exe -vod="123456789 -start="0 0 0" -end="1 20 0"
now. - concat can now download in source quality
- you can choose the quality of the download now with
-quality=""
, see-qualityinfo
for available quality options for a vod you want to download - concat now checks if its the most up to date version and gives a message if there is a new version out
- compiled version for MacOS (let me know if it works)