youtube_explode_webview 0.0.2 copy "youtube_explode_webview: ^0.0.2" to clipboard
youtube_explode_webview: ^0.0.2 copied to clipboard

Flutter plugin for youtube_explode_dar to allow decoding of youtube signatures via a webview.

This packages add flutter support to youtube_explode_dart signature dechipering.

import 'package:youtube_explode_webview/youtube_explode_webview.dart';
import 'package:youtube_explode_dart/youtube_explode_dart.dart';

void main() async {
  final solver = await WebviewEJSSolver.init();
  final yt = YoutubeExplode(jsSolver: solver);
  // use yt instance.
}
2
likes
150
points
51
downloads

Publisher

verified publisherhexah.net

Weekly Downloads

Flutter plugin for youtube_explode_dar to allow decoding of youtube signatures via a webview.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, webview_flutter, youtube_explode_dart

More

Packages that depend on youtube_explode_webview