Skip to content

The youtube search api is not working for some videos #150

@cell0901

Description

@cell0901

the youtube-search-api not works for some videos. for eg this one 'https://www.youtube.com/watch?v=cWMxCE2HTag'
was not working for me. might work for you or might not

it could be due video metadata later changed by youtube or youtube restricted region access.

So if anyone having problem with this he can use

 const oembedUrl = `https://www.youtube.com/oembed?url=https://www.youtube.com/watch?v=${extractedId}&format=json`;
 const res = await fetch(oembedUrl)

U can get the all needed data. just there will be only one thumbnail url. or if u want more thumbnail you try some other altrnative scrapping methods for thumbnails only

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions