Skip to content

Releases: ArneVogel/concat

v0.3.1

17 Apr 15:17
35592ca
Compare
Choose a tag to compare

Special thanks to @FLWL for this release.

This release is a fix for the last VOD quality setting not being recognized (#63)

v0.3.0

23 Nov 14:26
Compare
Choose a tag to compare

Bug fix #59 #60 #61

From now on you probably have to use your own client-id to use concat. You can find out how to get your own client-id here: https://github.com/ArneVogel/concat/wiki/FAQ#how-to-get-a-client-id

v0.2.7

01 Jun 10:09
bda9604
Compare
Choose a tag to compare

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

30 May 13:15
75d82e0
Compare
Choose a tag to compare

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

19 Nov 09:40
Compare
Choose a tag to compare

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

05 May 12:22
Compare
Choose a tag to compare

Twitch now requires api requests to be over https. Since the connection with concat was made with http this resulted in an error from twitch. This has been fixed, the connection is now made with https, resulting in no errors in testing.

v0.2.3

30 Apr 11:47
Compare
Choose a tag to compare

Thanks to Kirides, PSanetra, jam1garner, and shinji257 for their work on this release.

Changelog:

  • Changed ffmpeg concat protocol from file to stream
  • The video timing is more accurate now
  • Added a ffmpeg installation check
  • Fixed typos

v0.2.2

13 Jan 23:08
Compare
Choose a tag to compare

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

27 Dec 14:38
Compare
Choose a tag to compare

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

18 Dec 19:27
Compare
Choose a tag to compare

Changes:

  • inputs are now made with flags. concat.exe 123456789 0 0 0 1 20 0 from v0.1 is concat.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)