Hi Power Automate community,
I am storing new items of RSS feeds (RSS item = publishing of videos) in a Sharepoint list. Everything is working well when it comes to applying the Dynamic Content to the columns of the list. However, the Dynamic Content is limited to a few 'data points' like Feed Title (title of video), Item URL (link to video), Feed Summary (video description) and a few more. Additionally, I need the duration (in seconds) for each video to be stored in the Sharepoint list as well. The duration is published as part of the <media:player> tag, sample of the feed below:

Is there a way to retrieve the duration of each RSS video item? If so, what would be the smartest approach in order to execute it within Power Automate?
Thanks in advance for your help.
Best