Ignore:
Timestamp:
09/20/14 10:23:26 (10 years ago)
Author:
obi
Message:

[tithek] fix solarmovie

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/plugins/tithek/solarmovie.h

    r30007 r30009  
    5555                stringreplacechar(tmpstr1, '\n', ' ');
    5656                url = string_resub("<center><iframe src=\"", "\"", tmpstr1, 0);
     57                if(url == NULL)
     58                        url = string_resub("<center><IFRAME SRC=\"", "\"", tmpstr1, 0);
     59
    5760                if(url == NULL || ostrncmp("http://", url, 7) == 1)
    5861                {
     
    7073        }
    7174
     75        debug(99, "url: %s", url);
    7276        streamurl = hoster(url);
    7377
Note: See TracChangeset for help on using the changeset viewer.