Releases: gatecrasher777/ytcog
v2.3.4
Another code extraction fix.
v2.3.3
Fixed parsing error with introduction of double in YT code blocks
v2.3.2
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
Fixes parsing for N code function name.
v2.3.0
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
Fixes bug where audio is wrongly stripped out of downloaded files that contain both video and audio.
v2.2.0
added session proxy string
added subtitles
removed minigetOptions - can still access miniget options by changing, adding to, or deleting from .common
v2.1.2
Added mp3 & flac audio container options.
Added total media size to download progress function
Some minor bug fixes.
v2.1.1
Employs vm2 instead vm to remove the possible but unlikely threat of malicious code execution.
v2.1.0
Added minigetOptions to session object.
Improved security / isolation of player functions.