Extract video url from site

I would like to extract only the url video (for example a youtube video) strip the iframe and add the extracted url to the feed. Is this possible?

Example:

(Original website)

<p>Example content with words and video in content</p>
<iframe src="http://youtube/video"></iframe>
<p>Some more content in here after video</p>

(Output feed)

<p>Example content with words and video in content</p>
<p>http://youtube/video</p>
<p>Some more content in here after video</p>

Hi there, thanks for the question. This is not yet possible, but it’s something we’d like to support in the future.

Is this possible now?

Alexs

This is still not possible.