Hi team,
Recent youtube-transcript has update the new version 1.2.1.
But now it required node v18 , but my ubuntu server can't upgrade and only run node v16.20.2.
Can you support library run on node v16.20.2.
Beside data type of response is change, it will affect many product is running.
Old version data it is int
{ "text": "Hi,", "duration": 5891, "offset": 1849, "lang": "en" },
Hi team, Recent youtube-transcript has update the new version 1.2.1. But now it required node v18 , but my ubuntu server can't upgrade and only run node v16.20.2. Can you support library run on node v16.20.2. Beside data type of response is change, it will affect many product is running. Old version data it is int
{ "text": "Hi,", "duration": 5891, "offset": 1849, "lang": "en" },
Now it change to float
{ "text": "Hi,", "duration": 5.891, "offset": 1.849, "lang": "en" },