Changeset 32087


Ignore:
Timestamp:
01/04/15 17:16:13 (8 years ago)
Author:
obi
Message:

fix

File:
1 edited

Legend:

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

    r32084 r32087  
    204204        streamlink = string_resub("var lnk1 = '", "';", post, 0);
    205205        if(streamlink != NULL)
     206        {
    206207                streamlink = ostrcat(streamlink, "|User-Agent=Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:30.0) Gecko/20100101 Firefox/30.0", 1, 0);
     208                free(post), post = NULL;
     209        }
    207210        else
    208211        {
Note: See TracChangeset for help on using the changeset viewer.