From d76ca8d7346664784f823bac2f45a13be6ef354e Mon Sep 17 00:00:00 2001 From: Hexah Date: Thu, 20 Feb 2020 22:45:36 +0100 Subject: [PATCH] Fix example import --- example/example.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/example.dart b/example/example.dart index b7a75c0..31c572d 100644 --- a/example/example.dart +++ b/example/example.dart @@ -1,4 +1,4 @@ -import 'package:youtube_explode_dart/src/youtube_explode_base.dart'; +import 'package:youtube_explode_dart/youtube_explode_dart.dart'; Future main() async { // Parse the video id from the url.