valerebron / usetube

search & get datas from youtube no google account needed
GNU General Public License v3.0
48 stars 18 forks source link

Cannot read property 'continuationItemRenderer' of undefined #11

Closed davidpoza closed 3 years ago

davidpoza commented 3 years ago

error is triggered on youtube-grabber.js:160.

it should be something like:

if (typeof continuationItem !== 'undefined' && continuationItem[0]) {
   nextContinuation = continuationItem[0].continuationItemRenderer.continuationEndpoint.continuationCommand.token
}
valerebron commented 3 years ago

Hi David,

It looks like youtube change his API. I'm looking for the solution query right now.

Valère

valerebron commented 3 years ago

I just update usetube to 2.0.5. Try with this version and tell me if it's ok :)