Ignore:
Timestamp:
11/25/17 16:49:46 (6 years ago)
Author:
obi
Message:

update tithek hoster streamlist

File:
1 edited

Legend:

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

    r41274 r41279  
    13541354                                nummer = ostrcat("auto", NULL, 0, 0);
    13551355
    1356                         if(ostrstr(ret1[i].part, "http://") != NULL)
    1357                                 title = ostrcat("Http Stream", NULL, 0, 0);
    1358                         else if(ostrstr(ret1[i].part, "https://") != NULL)
    1359                                 title = ostrcat("Https Stream", NULL, 0, 0);
    1360                         else if(ostrstr(ret1[i].part, "rtmp://") != NULL)
    1361                                 title = ostrcat("RTMP Stream", NULL, 0, 0);
     1356                        title = ostrcat(ret1[i].part, NULL, 0, 0);
     1357                        title = stringreplacecharonce(title, ':', '\0');
     1358                        string_toupper(title);
     1359                        title = ostrcat(title, " Stream", 1, 0);
    13621360
    13631361                        streamurl = ostrcat(ret1[i].part, NULL, 0, 0);
Note: See TracChangeset for help on using the changeset viewer.