For example I have two potential markups:
<iframe src="http://embed.app.com/packages/495" width="850" height="480" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>
<iframe src="https://embed.app.com/videos/10332?hide_text=1&buy_btn=0&autoplay=0" width="960" height="540" class="responsive-embed"></iframe>
And I'm looking to use Ruby match whether it's for a video
or a package
as well as its :id
number
Any assistance greatly appreciated!