Changeset 362
- Timestamp:
- 03/20/08 22:17:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/externalMedia/index.php
r303 r362 61 61 { 62 62 case 'dailymotion': 63 if (preg_match('#< input\s+id="video_player_embed_code_text".+?value="(.+?)"#ms',$content,$m))63 if (preg_match('#<textarea\s+id="video_player_embed_code_text".+?>(.+?)</textarea>#ms',$content,$m)) 64 64 { 65 65 $cap = html::decodeEntities($m[1]);
Note: See TracChangeset
for help on using the changeset viewer.