Working YouTube HTTPS
Regular Expression:
Code:
https?://[\w\.]+youtube\.[\w]+/watch[_poup]*[\?\#!]+[featur=plyndscn_mbdvwNR1&;]*v=([\w-]+)[\w&;+=\.-]*[\#\?t=]*([\d]*)[&;10shdq=]*
Replacement HTML:
Code:
<iframe width="$ameinfo[width]" height="$ameinfo[height]" src="https://www.youtube.com/embed/$p1?start=$p2" frameborder="0" allowfullscreen></iframe>
Extract Destination Data: No.
- - - - - - - - - - - - - - - - - - -
Working DailyMotion HTTPS
Regular Expression:
Code:
https://www\.dailymotion\.com/video/([\w/]*)
Replacement HTML:
Code:
<iframe frameborder="0" width="$ameinfo[width]" height="$ameinfo[height]" src="https://www.dailymotion.com/embed/video/$p1"></iframe>
Extract Destination Data: No.