Changeset 38230
- Timestamp:
- 08/20/16 21:23:51 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/tithek/solarmovie.h
r38229 r38230 158 158 debug(99, "search: %s", search); 159 159 160 ip = ostrcat("www.thesolarmovie.me /", 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); … … 212 212 title = string_resub("<a title=\"", "\"", tmpstr1, 0); 213 213 214 url = ostrcat("http://www.thesolarmovie.me /", 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://www.thesolarmovie.me/ /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://www.thesolarmovie.me/ /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, "http://www.thesolarmovie.me /", 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.