benwiley4000 / youtube-vtt

▶️ Extract and save WebVTT closed caption tracks from YouTube videos
MIT License
46 stars 13 forks source link

puppeteer version no longer supported #12

Open craigmilliken opened 2 years ago

craigmilliken commented 2 years ago

upon cmd line install, output: npm WARN deprecated puppeteer@5.5.0: Version no longer supported. Upgrade to @latest

tomByrer commented 2 years ago

At least to version 14 https://github.com/puppeteer/puppeteer/releases

benwiley4000 commented 2 years ago

@craigmilliken would you like to make a pull request for this, and test it to make sure the library still works correctly? I don't expect anything will break since we use the library pretty minimally, but it's always possible something does.