Speaking of Published Content, in YouTube users can see number of Videos and number of Shorts posted.
I know how to pull number of Videos from API (like $channel->getStatistics()->getVideoCount() – using official lib for php). But I’m not sure if is it’s possible to identify number of Shorts via API.
I see it’s possible to pull duration for individual videos, but I’m not sure if I can base at duration to calculate number of shorts or if there is more straightforward way. And just to clarify, Short is Video with duration <= 60 sec, it this correct?
Will appreciate help with linking me to proper documentation or any advice on my question.
Thanks!
Oksana