Originally posted by **yuryilyich** May 24, 2023
When I enumerate all videos in channel, all I get is:
```
uploadDate: null,
uploadDateRaw: null,
publishDate: null,
```
code snippet is as below:
```
var yt = YoutubeExplode();
await for (var video in yt.channels.getUploads(channelID)) {
//do something
}
```
Discussed in https://github.com/Hexer10/youtube_explode_dart/discussions/239