Changeset 41285 for titan/plugins/tithek/tithek_global.h
- Timestamp:
- 11/25/17 18:32:40 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/tithek/tithek_global.h
r41279 r41285 7 7 { 8 8 debug(99, "url: %s", url); 9 int debuglevel = getconfigint("debuglevel", NULL); 9 10 char* streamurl = NULL, *tmplink = NULL, *tmpstr = NULL; 10 11 struct skin* load = getscreen("loading"); … … 217 218 } 218 219 219 debug(99, "Streamurl 1: %s", streamurl);220 debug(99, "Streamurl5: %s", streamurl); 220 221 221 222 streamurl = string_replace_all("amp;", "", streamurl, 1); 222 debug(99, "Streamurl 4: %s", streamurl);223 debug(99, "Streamurl6: %s", streamurl); 223 224 224 225 free(tmplink), tmplink = NULL; 226 free(tmpstr), tmpstr = NULL; 227 228 // printf("streamurl1: %s\n", streamurl); 229 if(debuglevel != 99) 230 printf("Streamurl1: %s\n", streamurl); 231 tmpstr = ostrcat(streamurl, NULL, 0, 0); 232 streamurl = list_hoster_streams(tmpstr); 233 if(debuglevel != 99) 234 printf("Streamurl2: %s\n", streamurl); 235 debug(99, "Streamurl7: %s", streamurl); 236 237 free(tmpstr), tmpstr = NULL; 238 225 239 /* 226 240 if(ostrncmp("http", streamurl, 4) && ostrncmp("rtmp", streamurl, 4) && ostrncmp("mms", streamurl, 3) && ostrncmp("rtsp", streamurl, 4)) … … 1420 1434 free(tmpstr), tmpstr = NULL; 1421 1435 1422 printf("streamurl1: %s\n", streamurl);1423 1424 1425 tmpstr = ostrcat(streamurl, NULL, 0, 0);1426 streamurl = list_hoster_streams(tmpstr);1427 printf("streamurl: %s\n", streamurl);1428 1429 1436 debug(99, "streamurl2: %s", streamurl); 1430 1437
Note: See TracChangeset
for help on using the changeset viewer.