Describe the bug
When a video has a closing curly brace } in the description, JSON parsing will fail.
To Reproduce
Include the code which doesn't work in the code markdown..
var yt = YoutubeExplode();
var video = await yt.videos.streamsClient.getManifest('https://www.youtube.com/watch?v=9Jg_Fwc0QOY');
print('Manifest: $video');
Describe the bug When a video has a closing curly brace
}
in the description, JSON parsing will fail.To Reproduce Include the code which doesn't work in the code markdown..
Stacktrace
Enviroment:
2.12.1
^1.9.0-nullsafety.3
Additional context This only fails with
yt.videos.streamClient.getManifest
.yt.videos.get
works fine.