YouTube operational API works when YouTube Data API v3 fails.
For a couple of weeks, impossible to get the duration of a YT video. It always returns 0. Perfectly repeatable. e.g. https://yt.lemnoslife.com/videos?part=contentDetails&id=n8vmXvoVjZw ```json { "kind": "youtube#videoListResponse", "etag": "NotImplemented", "items": [ { "kind": "youtube#video", "etag": "NotImplemented", "id": "n8vmXvoVjZw", "contentDetails": { "duration": 0 } } ] } ```
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by i300220 and has received 18 comments.