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