How to order videos from chanel by uploaded date time? #848
Answered
by
Tyrrrz
DmytroSokhach
asked this question in
Q&A
-
Is there a way after obtaining videos from channel to sort them by upload time? var videos = await youtube.Channels.GetUploadsAsync(channel.Url);
var sorted = videos.OrderBy(x => x????); // I see no suitable property here |
Beta Was this translation helpful? Give feedback.
Answered by
Tyrrrz
Dec 12, 2024
Replies: 1 comment
-
No, unfortunately upload date is not provided there |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
DmytroSokhach
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, unfortunately upload date is not provided there