Changeset 30007
- Timestamp:
- Sep 20, 2014, 9:25:50 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/tithek/solarmovie.h
r29547 r30007 117 117 debug(99, "search: %s", search); 118 118 119 ip = ostrcat("www.solarmovie. ag", NULL, 0, 0);119 ip = ostrcat("www.solarmovie.is", NULL, 0, 0); 120 120 if(flag == 0) 121 121 path = ostrcat("movie/search/", search, 0, 0); … … 150 150 title = string_resub("<a title=\"", "\"", tmpstr1, 0); 151 151 152 url = ostrcat("http://www.solarmovie. ag", path, 0, 0);152 url = ostrcat("http://www.solarmovie.is", path, 0, 0); 153 153 154 154 debug(99, "---------------------------"); … … 392 392 } 393 393 line = ostrcat(line, "#", 1, 0); 394 line = ostrcat(line, "http://www.solarmovie. ag/link/play/", 1, 0);394 line = ostrcat(line, "http://www.solarmovie.is/link/play/", 1, 0); 395 395 line = ostrcat(line, id, 1, 0); 396 396 line = ostrcat(line, "#", 1, 0); … … 456 456 // line = ostrcat(line, etitle, 1, 0); 457 457 458 line = ostrcat(line, "#http://www.solarmovie. ag", 1, 0);458 line = ostrcat(line, "#http://www.solarmovie.is", 1, 0); 459 459 line = ostrcat(line, url, 1, 0); 460 460 // line = ostrcat(line, ";", 1, 0);
Note: See TracChangeset
for help on using the changeset viewer.