Skip to content

Releases: gatecrasher777/ytcog

v2.5.1

13 Jul 07:15
2e298ae
Compare
Choose a tag to compare

Fixes a parsing ambiguity in the n-transform extraction.

v2.5.0

14 Apr 16:25
0d20fa4
Compare
Choose a tag to compare

Example tests restructured,
channel requests fixed,
'shorts' added to channel item requests,
'period' channel option binned,
Improved download speed with URL range parameters added.

v2.4.3

18 Oct 09:51
e1c6d68
Compare
Choose a tag to compare

Fixed bug on logged in status for video info requests.
Fixed bugs in the cancelation of downloads.
Added video.next to obtain additional video info page.

v2.4.2

01 Sep 09:35
96b92fa
Compare
Choose a tag to compare

Changes to traverse code extraction.

v2.4.1

30 Aug 17:08
0109ece
Compare
Choose a tag to compare

Added a new, more robust code traversal to extract code from base.js files.

v2.4.0

25 Aug 09:19
129a80e
Compare
Choose a tag to compare

Removed block parse function for code extraction. Uses pinch function instead.
Added itag to video and audio stream objects.
Reduced error timeouts and retry delays from 60s & 30s to 10s.

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.