Dotclear

Changeset 362


Ignore:
Timestamp:
03/20/08 22:17:00 (16 years ago)
Author:
sacha
Message:

External Media - small fix for the new Dailymotion site

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/externalMedia/index.php

    r303 r362  
    6161          { 
    6262               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)) 
    6464                    { 
    6565                         $cap = html::decodeEntities($m[1]); 
Note: See TracChangeset for help on using the changeset viewer.

Sites map