Hexer10 / youtube_explode_dart

Dart library to interact with many Youtube APIs
https://pub.dev/packages/youtube_explode_dart
BSD 3-Clause "New" or "Revised" License
301 stars 122 forks source link

get an incorrect publishDate #196

Open Ziven-n opened 2 years ago

Ziven-n commented 2 years ago

youtube_explode_dart: "^1.10.6"

When I retrieved the release date of an unreleased live video course, I returned an incorrect time

the urlLink:https://www.youtube.com/watch?v=DWtHKh7r2k0

It will be released on 2022/3/10 but the publishDate I get is : publishDate:DateTime (2022-03-03 00:00:00.000)

This only happens with links to videos that haven't been live yet