tasianmedia / getYoutube

A simple video retrieval Snippet for MODX Revolution
http://modx.com/extras/package/getyoutube
4 stars 5 forks source link

Missing video order #20

Closed gravinos closed 5 years ago

gravinos commented 5 years ago

How can I set a reverse order in the channel or playlist view? I tried with &sortby=date &order=DESC but it doesn't work. Thanks

davidpede commented 5 years ago

The YouTube API doesn't support 'asc' or 'desc' ordering. The acceptable values for the snippet &sortby param are here: https://developers.google.com/youtube/v3/docs/search/list#order

gravinos commented 5 years ago

Ok, thanks. Now, I am working with a playlist so I can sort videos manually.