mintsoft / kodi.plugin.ytchannels

kodi.plugin.ytchannels
GNU General Public License v3.0
5 stars 8 forks source link

Changed search maximum to 50, sorted video list by published date #7

Closed yeahme49 closed 3 years ago

yeahme49 commented 3 years ago

When searching for channels and also listing the videos in a channel, the youtube api only allows a max of 50 results for query so i set the max to 50. also sorting videos by publishedAt. I noticed that in most cases videos are sorted newest to oldest, but if multiple videos are uploaded per day, it will list them oldest to newest for that day, then go onto the next day.

mintsoft commented 3 years ago

I've rebased to pull these changes in