Changeset 38229
- Timestamp:
- 08/20/16 20:43:29 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/tithek/solarmovie.h
r36944 r38229 158 158 debug(99, "search: %s", search); 159 159 160 ip = ostrcat("www. solarmovie.ph", NULL, 0, 0);160 ip = ostrcat("www.thesolarmovie.me/", NULL, 0, 0); 161 161 if(flag == 0) 162 162 path = ostrcat("movie/search/", search, 0, 0); … … 180 180 // tmpstr = gethttp(ip, path, 80, NULL, NULL, 10000, NULL, 0); 181 181 */ 182 url = ostrcat("http s://", ip, 0, 0);182 url = ostrcat("http://", ip, 0, 0); 183 183 url = ostrcat(url, "/", 1, 0); 184 184 url = ostrcat(url, path, 1, 0); … … 212 212 title = string_resub("<a title=\"", "\"", tmpstr1, 0); 213 213 214 url = ostrcat("http s://www.solarmovie.ph", path, 0, 0);214 url = ostrcat("http://www.thesolarmovie.me/", path, 0, 0); 215 215 216 216 debug(99, "---------------------------"); … … 468 468 } 469 469 line = ostrcat(line, "#", 1, 0); 470 line = ostrcat(line, "http s://www.solarmovie.ph/link/play/", 1, 0);470 line = ostrcat(line, "http://www.thesolarmovie.me//link/play/", 1, 0); 471 471 line = ostrcat(line, id, 1, 0); 472 472 line = ostrcat(line, "#", 1, 0); … … 550 550 } 551 551 line = ostrcat(line, "#", 1, 0); 552 line = ostrcat(line, "http s://www.solarmovie.ph/link/play/", 1, 0);552 line = ostrcat(line, "http://www.thesolarmovie.me//link/play/", 1, 0); 553 553 line = ostrcat(line, id, 1, 0); 554 554 line = ostrcat(line, "#", 1, 0); … … 615 615 // line = ostrcat(line, etitle, 1, 0); 616 616 617 line = ostrcat(line, " #https://www.solarmovie.ph", 1, 0);617 line = ostrcat(line, "http://www.thesolarmovie.me/", 1, 0); 618 618 line = ostrcat(line, url, 1, 0); 619 619 // line = ostrcat(line, ";", 1, 0);
Note: See TracChangeset
for help on using the changeset viewer.