40 | | '#http://(www\.)?youtube.com/watch.*#i' => array( 'http://www.youtube.com/oembed', true ), |
41 | | 'http://blip.tv/file/*' => array( 'http://blip.tv/oembed/', false ), |
42 | | '#http://(www\.)?vimeo\.com/.*#i' => array( 'http://www.vimeo.com/api/oembed.{format}', true ), |
43 | | '#http://(www\.)?dailymotion\.com/.*#i' => array( 'http://www.dailymotion.com/api/oembed', true ), |
44 | | '#http://(www\.)?flickr\.com/.*#i' => array( 'http://www.flickr.com/services/oembed/', true ), |
45 | | '#http://(www\.)?hulu\.com/watch/.*#i' => array( 'http://www.hulu.com/api/oembed.{format}', true ), |
46 | | '#http://(www\.)?viddler\.com/.*#i' => array( 'http://lab.viddler.com/services/oembed/', true ), |
47 | | 'http://qik.com/*' => array( 'http://qik.com/api/oembed.{format}', false ), |
48 | | 'http://revision3.com/*' => array( 'http://revision3.com/api/oembed/', false ), |
49 | | 'http://i*.photobucket.com/albums/*' => array( 'http://photobucket.com/oembed', false ), |
50 | | 'http://gi*.photobucket.com/groups/*' => array( 'http://photobucket.com/oembed', false ), |
51 | | '#http://(www\.)?scribd\.com/.*#i' => array( 'http://www.scribd.com/services/oembed', true ), |
52 | | 'http://wordpress.tv/*' => array( 'http://wordpress.tv/oembed/', false ), |
| 40 | '#http://(www\.)?youtube.com/watch.*#i' => array( 'http://www.youtube.com/oembed', true ), |
| 41 | 'http://blip.tv/file/*' => array( 'http://blip.tv/oembed/', false ), |
| 42 | '#http://(www\.)?vimeo\.com/.*#i' => array( 'http://www.vimeo.com/api/oembed.{format}', true ), |
| 43 | '#http://(www\.)?dailymotion\.com/.*#i' => array( 'http://www.dailymotion.com/api/oembed', true ), |
| 44 | '#http://(www\.)?flickr\.com/.*#i' => array( 'http://www.flickr.com/services/oembed/', true ), |
| 45 | '#http://(www\.)?hulu\.com/watch/.*#i' => array( 'http://www.hulu.com/api/oembed.{format}', true ), |
| 46 | '#http://(www\.)?viddler\.com/.*#i' => array( 'http://lab.viddler.com/services/oembed/', true ), |
| 47 | 'http://qik.com/*' => array( 'http://qik.com/api/oembed.{format}', false ), |
| 48 | 'http://revision3.com/*' => array( 'http://revision3.com/api/oembed/', false ), |
| 49 | 'http://i*.photobucket.com/albums/*' => array( 'http://photobucket.com/oembed', false ), |
| 50 | 'http://gi*.photobucket.com/groups/*' => array( 'http://photobucket.com/oembed', false ), |
| 51 | '#http://(www\.)?scribd\.com/.*#i' => array( 'http://www.scribd.com/services/oembed', true ), |
| 52 | 'http://wordpress.tv/*' => array( 'http://wordpress.tv/oembed/', false ), |
| 53 | '#http://(www\.)?funnyordie\.com/videos/.*#i' => array( 'http://www.funnyordie.com/oembed', true ), |