Changeset 36059 for titan/plugins/tithek/solarmovie.h
- Timestamp:
- 11/04/15 13:13:11 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/tithek/solarmovie.h
r35527 r36059 155 155 debug(99, "search: %s", search); 156 156 157 ip = ostrcat("www.solarmovie. is", NULL, 0, 0);157 ip = ostrcat("www.solarmovie.ph", NULL, 0, 0); 158 158 if(flag == 0) 159 159 path = ostrcat("movie/search/", search, 0, 0); … … 202 202 title = string_resub("<a title=\"", "\"", tmpstr1, 0); 203 203 204 url = ostrcat("http://www.solarmovie. is", path, 0, 0);204 url = ostrcat("http://www.solarmovie.ph", path, 0, 0); 205 205 206 206 debug(99, "---------------------------"); … … 455 455 } 456 456 line = ostrcat(line, "#", 1, 0); 457 line = ostrcat(line, "http://www.solarmovie. is/link/play/", 1, 0);457 line = ostrcat(line, "http://www.solarmovie.ph/link/play/", 1, 0); 458 458 line = ostrcat(line, id, 1, 0); 459 459 line = ostrcat(line, "#", 1, 0); … … 537 537 } 538 538 line = ostrcat(line, "#", 1, 0); 539 line = ostrcat(line, "http://www.solarmovie. is/link/play/", 1, 0);539 line = ostrcat(line, "http://www.solarmovie.ph/link/play/", 1, 0); 540 540 line = ostrcat(line, id, 1, 0); 541 541 line = ostrcat(line, "#", 1, 0); … … 602 602 // line = ostrcat(line, etitle, 1, 0); 603 603 604 line = ostrcat(line, "#http://www.solarmovie. is", 1, 0);604 line = ostrcat(line, "#http://www.solarmovie.ph", 1, 0); 605 605 line = ostrcat(line, url, 1, 0); 606 606 // line = ostrcat(line, ";", 1, 0);
Note: See TracChangeset
for help on using the changeset viewer.