Ignore:
Timestamp:
02/11/17 18:12:28 (6 years ago)
Author:
obi
Message:

update tithek

File:
1 edited

Legend:

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

    r39581 r39993  
    884884        tmpstr = command(link);
    885885        tmpstr = string_newline(tmpstr);
    886 
    887         if(ostrstr(link, ".sh play ") != NULL)
     886        printf("0000000\n");
     887
     888        if(ostrstr(tmpstr, "gethoster2") != NULL)
     889        {
     890                tmpstr = string_replace_all("gethoster2 ", "", tmpstr, 1);
     891                streamurl = hoster(tmpstr);
     892        }
     893        else if(ostrstr(link, ".sh play ") != NULL)
    888894                streamurl = ostrcat(tmpstr, NULL, 0, 0);
    889895        else if(ostrstr(link, ".sh hoster ") != NULL)
Note: See TracChangeset for help on using the changeset viewer.