Ignore:
Timestamp:
11/20/16 01:01:37 (6 years ago)
Author:
obi
Message:

fix thevideo

File:
1 edited

Legend:

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

    r39365 r39367  
    391391
    392392                                        tmpstr1 = string_replace_all("\\", "", tmpstr1, 1);
    393                                         tmpstr1 = string_resub("<a href=\"", "\"", tmpstr1, 0);
    394 
     393                                        if(ostrstr(tmpstr1, "iframe src") != NULL)
     394                                                tmpstr1 = string_resub("<a href=\"", "\"", tmpstr1, 0);
     395                                        else
     396                                                tmpstr1 = string_resub("<iframe src=\"", "\"", tmpstr1, 0);
    395397
    396398                                        url = ostrcat(tmpstr1, NULL, 0, 0);
Note: See TracChangeset for help on using the changeset viewer.