Changeset 42127


Ignore:
Timestamp:
04/01/18 14:08:51 (5 years ago)
Author:
obi
Message:

fix

File:
1 edited

Legend:

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

    r42123 r42127  
    680680        }
    681681
    682         pathnew = oregex("://.*/(.*).*", link);
    683         printf("new pathnew: %s\n",pathnew);
     682//      pathnew = oregex("://.*/(.*).*", link);
     683        pathnew = oregex("://.*(/Stream.*).*", link);
    684684
    685685        newurl = ostrcat(getconfig("tithek_kinox_url", NULL), "/", 0, 0);
Note: See TracChangeset for help on using the changeset viewer.