I am pulling data from REST API using Laravel Passport, the data has an embed code, I need to play the video, for which I have to use ext_video_player, how can I get the src value from embed code like this:
<iframe width="560" height="315" src="https://www.youtube.com/embed/fUv9gO8t8b4" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
I need to get the value of src.