Version 1.8.0-beta.4

Removed debug message.
This commit is contained in:
Mattia 2021-03-04 10:49:53 +01:00
parent 7fa1dc8bf6
commit b6590c5698
3 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,6 @@
## 1.8.0-beta.4
- Removed debug message
## 1.8.0-beta.3 ## 1.8.0-beta.3
- Fixed playlists - Fixed playlists

View File

@ -143,7 +143,7 @@ class YoutubeHttpClient extends http.BaseClient {
request.headers[key] = _defaultHeaders[key]; request.headers[key] = _defaultHeaders[key];
} }
}); });
print('Request: $request'); // print('Request: $request');
// print('Stack:\n${StackTrace.current}'); // print('Stack:\n${StackTrace.current}');
return _httpClient.send(request); return _httpClient.send(request);
} }

View File

@ -1,6 +1,6 @@
name: youtube_explode_dart name: youtube_explode_dart
description: A port in dart of the youtube explode library. Supports several API functions without the need of Youtube API Key. description: A port in dart of the youtube explode library. Supports several API functions without the need of Youtube API Key.
version: 1.8.0-beta.3 version: 1.8.0-beta.4
homepage: https://github.com/Hexer10/youtube_explode_dart homepage: https://github.com/Hexer10/youtube_explode_dart
environment: environment: