Similar to #5, but using the local yt-dlp does not fix it. The line and column from the Serde error refer to the field
{
...
"comment_count": null
...
}
Clearly, yt-dlp is not able to parse some of the properties your Video struct requires. This field is null when fetching, for instance, https://www.youtube.com/watch?v=l7KUtymz9kA. It makes sense, as this video has comments disabled.
Similar to #5, but using the local yt-dlp does not fix it. The line and column from the Serde error refer to the field
Clearly, yt-dlp is not able to parse some of the properties your
Video
struct requires. This field is null when fetching, for instance, https://www.youtube.com/watch?v=l7KUtymz9kA. It makes sense, as this video has comments disabled.