Benjamin-Loison / YouTube-operational-API

YouTube operational API works when YouTube Data API v3 fails.
401 stars 52 forks source link

`channels?part=shorts` endpoint broken #304

Closed jasongrishkoff closed 2 months ago

jasongrishkoff commented 2 months ago

For example: https://yt.lemnoslife.com/channels?part=shorts&id=UCWZp4y1jqBuvLtiyxSs_ZBw

Many of the fields are null:

{
    "videoId": null,
    "title": null,
    "thumbnails": null,
    "viewCount": 0,
    "frame0Thumbnails": null,
    "channelId": "UCWZp4y1jqBuvLtiyxSs_ZBw"
}

Seems to have broken recently?

Benjamin-Loison commented 2 months ago

Maybe related to #300.

Benjamin-Loison commented 2 months ago

Fix deployed, thanks for reporting.

Related to #24.