Kakulukian / youtube-transcript

Fetch transcript from a youtube video
239 stars 51 forks source link

Request support node v16 #24

Open nguyenlinhnttu opened 3 months ago

nguyenlinhnttu commented 3 months ago

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" },