Closed champseo2017 closed 8 months ago
Getting the same error, any updates?
I only get this issue when using the URL. If I just use the ID then it's fine.
Getting this error even with video id Using like this const resp = await YoutubeTranscript.fetchTranscript('Gv22NkA8viE').catch(console.log)
Solution?
anyone found a fix yet?
Thank you very much, I will try this method. @naladda
Related to https://github.com/ethanent/phin/issues/50, you need to polyfill URL
primitive to use in a frontend app. I'll think about removing this dependency to use fetch
Is anyone able to use this package? Not working for me at all, because of this error.
Hey @Kakulukian, Any update on this?
This module only works on backend server running nodejs.
Error: [YoutubeTranscript] 🚨 TypeError: URL is not a constructor I am using Next js and Express.