Changeset 37477


Ignore:
Timestamp:
03/26/16 22:06:28 (8 years ago)
Author:
obi
Message:

fix

File:
1 edited

Legend:

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

    r37474 r37477  
    7474//      streamlink = string_resub("[{l:\"", "\"", tmpstr, 0);           
    7575        streamlink = oregex(".*(http://.*video.mkv).*", tmpstr);
     76        if(streamlink == NULL)
     77                streamlink = oregex(".*(http://.*video.mp4).*", tmpstr);
     78        if(streamlink == NULL)
     79                streamlink = oregex(".*(http://.*video.avi).*", tmpstr);
     80        if(streamlink == NULL)
     81                streamlink = oregex(".*(http://.*video.flv).*", tmpstr);
    7682
    7783        titheklog(debuglevel, "/tmp/xvidstage3_streamlink", NULL, NULL, NULL, streamlink);
Note: See TracChangeset for help on using the changeset viewer.