Closed KRTirtho closed 1 month ago
Invidious API is able to get the streams of these types of videos. So, I guess there's a way around this. May be pretending to be different client device? https://inv.nadeko.net/watch?v=VFSg01HDqAk
I've just released a new version (2.3.2) which implements the tv
client that should bypass that restriction, it should be used automatically. If the extraction fails the library automatically retries with the new client otherwise you can manually specify it:
final manifest = await yt.videos.streams.getManifest('VFSg01HDqAk',
ytClients: [
YoutubeApiClient.tv
]);
here's one that won't work
flutter: VideoUnplayableException: Video 'x8VYWazR5mE' is unplayable. Streams are not available for this video. In most cases, this error indicates that there are some restrictions in place that prevent watching this video. Reason: Sign in to confirm your age
Describe the bug Explicit titles or videos that show "Viewer discretion is advised" results in Streams not available error. e.g. Jake Hill & Josh A - Suicidal Thoughts does not work.
To Reproduce Include the code which doesn't work in the code markdown..
Stacktrace
Enviroment: (please complete the following information):