Skip to content

Releases: pnicto/impartus-video-downloader

v1.13.4

11 May 14:40
Compare
Choose a tag to compare

Impartus video downloader release v1.13.4

Changelog

Bug fixes

  • 75155b3 fix: handle token expiration

Others

v1.13.3

11 Apr 17:54
Compare
Choose a tag to compare

Impartus video downloader release v1.13.3

Changelog

Bug fixes

v1.12.2

10 Apr 16:16
Compare
Choose a tag to compare

Impartus video downloader release v1.12.2

Changelog

Bug fixes

  • 9cad085 fix: occasional blocks due to unfinished bar

v1.12.1

10 Apr 15:43
Compare
Choose a tag to compare

Impartus video downloader release v1.12.1

Changelog

Bug fixes

Others

v1.9.0

10 Apr 05:02
Compare
Choose a tag to compare

Impartus video downloader release v1.9.0

Changelog

Features

  • 0e46486 feat: control number of workers from config
  • 69ce66f feat: simple concurrency

Bug fixes

  • 181f635 fix: handle empty temp dir location
  • a14f305 fix: err check before file close

Others

Improvements due to concurrency

From v1.9 the bottleneck in most cases will be the network. Below is the time taken to join the chunks and files using ffmpeg.

v1.9 (in s) v1.7
59.49015124 294.0879881
60.70077512 299.9521664
61.88669943 299.8925956
61.36427587 299.3876112
61.87415877 293.3709423
61.86390675 293.0024451
61.77244276 298.2471207
61.85091846 298.5444264
61.41061961 301.8311903
62.13649871 310.9593482

v1.7.1

26 Mar 22:55
Compare
Choose a tag to compare

Impartus video downloader release v1.7.1

Changelog

Features

  • 09febce feat: add a small disclaimer and beg for stars
  • c59f362 feat: random user agent generator

Bug fixes

  • a6229b5 fix: ambiguity with chunk download failure messages
  • 025e084 fix: impartus end point user agent checking

Others

  • 66e218e perf: align struct fields
  • 9f431c3 chore: make slides default false

v1.5.2

04 Mar 07:33
Compare
Choose a tag to compare

Impartus video downloader release v1.5.2

Changelog

Features

  • c5833d9 feat: use local index for file names
  • 374406a feat: semester months in the folder name

Bug fixes

  • 744b4ef fix: handle errors with stream url request
  • f020f81 fix: handle error in getting stream info metadata

Others

v1.3.0

09 Dec 09:45
Compare
Choose a tag to compare

Impartus video downloader release v1.3.0

Changelog

Features

  • 91453f0 revert: "feat: remove temp dir"

v1.2.0

27 Oct 04:57
Compare
Choose a tag to compare

Impartus video downloader release v1.2.0

Changelog

Features

Bug fixes

  • 76f9594 fix: not deleting temp views after joining them

v1.1.0

20 Oct 13:33
Compare
Choose a tag to compare

Impartus video downloader release v1.1.0

Changelog

Features

  • c9873ca feat: download slides for lectures

Others

  • 93e9a49 docs: add the "slides" config option, explicitly mention the need for ffmpeg in PATH