import 'package:youtube_explode_dart/youtube_explode_dart.dart';
void main(List<String> args) async {
var youtube = YoutubeExplode();
var channel = await youtube.channels.getAboutPageByUsername("miawaug");
print(channel);
}
FatalFailureException (FatalFailureException: Failed to perform an HTTP request to YouTube due to a fatal failure.
In most cases, this error indicates that YouTube most likely changed something, which broke the library.
If this issue persists, please report it on the project's GitHub page.
Request: GET https://www.youtube.com/user/@miawaug/about?hl=en
Response: (404)
)