You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownew VideoUnavailableException($"Video '{videoId}' is not available.");
}
returnvideoInfo;
}
In my last investigations I think I saw that there's an endpoint on the new API that can retrieve player response directly, so that could be used as replacement. Not sure if it can still be used as fallback for age-restricted videos though.
Version
6.0.2
Details
It finally happened 🙂
This now returns 404:
YoutubeExplode/YoutubeExplode/Bridge/YoutubeController.cs
Lines 128 to 154 in 7813e3a
In my last investigations I think I saw that there's an endpoint on the new API that can retrieve player response directly, so that could be used as replacement. Not sure if it can still be used as fallback for age-restricted videos though.
Related tests are failing:
https://github.com/Tyrrrz/YoutubeExplode/actions/runs/948204086
Steps to reproduce
Run test:
User can get a specific stream from a video(videoId: "SkRSXFQerZs")
The text was updated successfully, but these errors were encountered: