Ignore:
Timestamp:
10/14/13 19:53:33 (10 years ago)
Author:
obi
Message:

fix

File:
1 edited

Legend:

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

    r24309 r24311  
    4141                else if(ostrcmp(hname, "NowVideo.eu") == 0)
    4242                        streamurl = nowvideo("NowVideo.eu", id, url);
     43                else if(ostrcmp(hname, "NowVideo.sx") == 0)
     44                        streamurl = nowvideo("NowVideo.sx", id, url);
    4345                                       
    4446                debug(99, "streamurl1: %s", streamurl);
     
    405407                                        else if(ret2 != NULL && count2 > 3 && ostrcmp(hname, "NowVideo.eu") == 0)
    406408                                                tmpstr2 = ostrcat(ret2[3].part, NULL, 0, 0);
     409                                        else if(ret2 != NULL && count2 > 3 && ostrcmp(hname, "NowVideo.sx") == 0)
     410                                                tmpstr2 = ostrcat(ret2[3].part, NULL, 0, 0);
    407411                                        else
    408412                                        {
     
    475479                                                else if(ret2 != NULL && count2 > 3 && ostrcmp(hname, "NowVideo.eu") == 0)
    476480                                                        tmpstr2 = ostrcat(ret2[3].part, NULL, 0, 0);
     481                                                else if(ret2 != NULL && count2 > 3 && ostrcmp(hname, "NowVideo.sx") == 0)
     482                                                        tmpstr2 = ostrcat(ret2[3].part, NULL, 0, 0);
    477483                                                else
    478484                                                {
     
    540546                                                else if(ret2 != NULL && count2 > 3 && ostrcmp(hname, "NowVideo.eu") == 0)
    541547                                                        tmpstr2 = ostrcat(ret2[3].part, NULL, 0, 0);
     548                                                else if(ret2 != NULL && count2 > 3 && ostrcmp(hname, "NowVideo.sx") == 0)
     549                                                        tmpstr2 = ostrcat(ret2[3].part, NULL, 0, 0);
    542550                                                else
    543551                                                {
     
    605613                                                        tmpstr2 = ostrcat(ret2[3].part, NULL, 0, 0);
    606614                                                else if(ret2 != NULL && count2 > 3 && ostrcmp(hname, "NowVideo.eu") == 0)
     615                                                        tmpstr2 = ostrcat(ret2[3].part, NULL, 0, 0);
     616                                                else if(ret2 != NULL && count2 > 3 && ostrcmp(hname, "NowVideo.sx") == 0)
    607617                                                        tmpstr2 = ostrcat(ret2[3].part, NULL, 0, 0);
    608618                                                else
     
    804814                                                tmpstr2 = ostrcat(ret2[3].part, NULL, 0, 0);
    805815                                        else if(ret2 != NULL && count2 > 3 && ostrcmp(hname, "NowVideo.eu") == 0)
     816                                                tmpstr2 = ostrcat(ret2[3].part, NULL, 0, 0);
     817                                        else if(ret2 != NULL && count2 > 3 && ostrcmp(hname, "NowVideo.sx") == 0)
    806818                                                tmpstr2 = ostrcat(ret2[3].part, NULL, 0, 0);
    807819                                        else
Note: See TracChangeset for help on using the changeset viewer.