Changeset 42044
- Timestamp:
- 04/01/18 00:38:48 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/tithek/kinox.h
r42039 r42044 138 138 cmd = ostrcat(cmd, "'", 1, 0); 139 139 debug(99, "cmd: %s", cmd); 140 tmpstr1 = command(cmd); 140 // disable to slow currently 141 // tmpstr1 = command(cmd); 141 142 free(cmd), cmd = NULL; 142 143 // new end … … 176 177 line = ostrcat(line, "#", 1, 0); 177 178 // line = ostrcat(line, getconfig("tithek_kinox_url", NULL), 1, 0); 178 line = ostrcat(line, "http://kinox.to", 1, 0);179 line = ostrcat(line, "/", 1, 0);180 line = ostrcat(line, pic, 1, 0);179 // line = ostrcat(line, "/", 1, 0); 180 // line = ostrcat(line, pic, 1, 0); 181 line = ostrcat(line, "http://atemio.dyndns.tv/mediathek/menu/default.jpg", 1, 0); 181 182 line = ostrcat(line, "#kinox_search_", 1, 0); 182 183 /*
Note: See TracChangeset
for help on using the changeset viewer.