Skip to content

Releases: gatecrasher777/ytcog

v2.3.4

18 Aug 08:34
0aa3b87
Compare
Choose a tag to compare

Another code extraction fix.

v2.3.3

12 Aug 15:05
6788032
Compare
Choose a tag to compare

Fixed parsing error with introduction of double in YT code blocks

v2.3.2

15 Feb 13:59
8d3a952
Compare
Choose a tag to compare

Adds subtitleFormat option to video options to create .vtt and .ttml in addition to .srt subtitles. .srt remains the default.
Fixes audio only (videoQuality: none) process which was needlessly recoding native audio formats.
Minor syntax/linting changes.

v2.3.1

02 Feb 07:57
36bbd6e
Compare
Choose a tag to compare

Fixes parsing for N code function name.

v2.3.0

06 Jan 15:50
6d002f1
Compare
Choose a tag to compare

Added video comment functionality.
Added mime info and codec to video/audio stream objects.
Improved channel parsing.
Fixed imageOnline
Various minor bugfixes.
NB video.channel changed to video.channelId for consistency.

v2.2.1

28 Oct 11:03
ceeaa87
Compare
Choose a tag to compare

Fixes bug where audio is wrongly stripped out of downloaded files that contain both video and audio.

v2.2.0

25 Oct 08:21
022cf65
Compare
Choose a tag to compare

added session proxy string
added subtitles
removed minigetOptions - can still access miniget options by changing, adding to, or deleting from .common

v2.1.2

19 Oct 18:38
e15cf1e
Compare
Choose a tag to compare

Added mp3 & flac audio container options.
Added total media size to download progress function
Some minor bug fixes.

v2.1.1

18 Oct 10:58
3858750
Compare
Choose a tag to compare

Employs vm2 instead vm to remove the possible but unlikely threat of malicious code execution.

v2.1.0

17 Oct 12:03
11f8c80
Compare
Choose a tag to compare

Added minigetOptions to session object.
Improved security / isolation of player functions.