buzzsprout / buzzsprout-api

The official documentation for the Buzzsprout API (http://www.buzzsprout.com).
48 stars 11 forks source link

Get duration via API or Embed #16

Closed duynguyen145-dev closed 4 years ago

duynguyen145-dev commented 4 years ago

Hi all, How get the duration of video/media via APIs or Embed?

tomrossi7 commented 4 years ago

You can get the duration from the episode endpoint in the API or you can read it within the RSS feed.

duynguyen145-dev commented 4 years ago

@tomrossi7 Thanks for your information, if using the API will return all the episodes for a podcast, You think to have any performance issue? Do you know have any API get an episode by episode_id?