Skip to content

Youtube: 403 Forbidden errors #307

@RCTycooner

Description

@RCTycooner

Hi,

Using 3.2.9, and the following code

var youtube = YouTube.Default;
var vid = youtube
  .GetAllVideos("https://www.youtube.com/watch?v=NRvTj2zM5Uw")
  ?.OrderByDescending(s => s.AudioBitrate)
  .FirstOrDefault();
var x = vid.GetBytes();

This gives the following error on the GetBytes()

Response status code does not indicate success: 403 (Forbidden).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions