.'></iframe>',
],
'hooktube' => [
- 'exp' => 'hooktube.com/watch\?v=([^&\s]+)',
+ 'exp' => 'hooktube.com/watch\?v=([^/&\s]+)',
'html' => '<iframe class="video"'
.' type="text/html"'
.' src="//hooktube.com/embed/<SRC>?enablejsapi=1&autoplay=0"'
.'></iframe>',
],
'youtube' => [
- 'exp' => 'www.youtube.com/watch\?v=([^&\s]+)',
+ #'exp' => 'www.youtube.com/watch\?v=([^/&\s]+)',
+ 'exp' => '(?:/watch\?v=|/video/)([^/&\s]+)',
'html' => '<a href="'.$str.'"><iframe class="video"'
.' type="text/html"'
.' src="//www.youtube.com/embed/<SRC>?enablejsapi=1"'