diff --git a/example/video_download.dart b/example/video_download.dart index b2ccffe..c7de302 100644 --- a/example/video_download.dart +++ b/example/video_download.dart @@ -2,7 +2,7 @@ import 'dart:async'; import 'dart:io'; import 'package:dart_console/dart_console.dart'; -import 'package:youtube_explode_dart/youtube_explode_console.dart'; +import 'package:youtube_explode_dart/youtube_explode_dart.dart'; import 'package:http/http.dart' as http; // Initialize the YoutubeExplode instance. diff --git a/lib/youtube_explode_console.dart b/lib/youtube_explode_dart.dart similarity index 100% rename from lib/youtube_explode_console.dart rename to lib/youtube_explode_dart.dart diff --git a/pubspec.yaml b/pubspec.yaml index 4a5044e..761cad3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: youtube_explode_dart description: A port in dart of the youtube explode library. version: 0.0.1 -# homepage: https://www.example.com +homepage: https://github.com/Hexer10/youtube_explode_dart environment: sdk: '>=2.7.0 <3.0.0'