Changeset 39369 for titan/plugins/tithek/kinox.h
- Timestamp:
- 11/20/16 01:34:13 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/tithek/kinox.h
r39367 r39369 392 392 tmpstr1 = string_replace_all("\\", "", tmpstr1, 1); 393 393 if(ostrstr(tmpstr1, "iframe src") != NULL) 394 tmpstr1 = string_resub("<a href=\"", "\"", tmpstr1, 0);394 url = string_resub("<iframe src=\"", "\"", tmpstr1, 0); 395 395 else 396 tmpstr1 = string_resub("<iframe src=\"", "\"", tmpstr1, 0);397 398 url = ostrcat(tmpstr1, NULL, 0, 0);396 url = string_resub("<a href=\"", "\"", tmpstr1, 0); 397 398 //url = ostrcat(tmpstr1, NULL, 0, 0); 399 399 //////////////// 400 400 free(pathnew), pathnew = NULL;
Note: See TracChangeset
for help on using the changeset viewer.