Changeset 42127
- Timestamp:
- 04/01/18 14:08:51 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/tithek/kinox.h
r42123 r42127 680 680 } 681 681 682 pathnew = oregex("://.*/(.*).*", link);683 p rintf("new pathnew: %s\n",pathnew);682 // pathnew = oregex("://.*/(.*).*", link); 683 pathnew = oregex("://.*(/Stream.*).*", link); 684 684 685 685 newurl = ostrcat(getconfig("tithek_kinox_url", NULL), "/", 0, 0);
Note: See TracChangeset
for help on using the changeset viewer.