Changeset 24311 for titan/plugins/tithek/kinox.h
- Timestamp:
- 10/14/13 19:53:33 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/tithek/kinox.h
r24309 r24311 41 41 else if(ostrcmp(hname, "NowVideo.eu") == 0) 42 42 streamurl = nowvideo("NowVideo.eu", id, url); 43 else if(ostrcmp(hname, "NowVideo.sx") == 0) 44 streamurl = nowvideo("NowVideo.sx", id, url); 43 45 44 46 debug(99, "streamurl1: %s", streamurl); … … 405 407 else if(ret2 != NULL && count2 > 3 && ostrcmp(hname, "NowVideo.eu") == 0) 406 408 tmpstr2 = ostrcat(ret2[3].part, NULL, 0, 0); 409 else if(ret2 != NULL && count2 > 3 && ostrcmp(hname, "NowVideo.sx") == 0) 410 tmpstr2 = ostrcat(ret2[3].part, NULL, 0, 0); 407 411 else 408 412 { … … 475 479 else if(ret2 != NULL && count2 > 3 && ostrcmp(hname, "NowVideo.eu") == 0) 476 480 tmpstr2 = ostrcat(ret2[3].part, NULL, 0, 0); 481 else if(ret2 != NULL && count2 > 3 && ostrcmp(hname, "NowVideo.sx") == 0) 482 tmpstr2 = ostrcat(ret2[3].part, NULL, 0, 0); 477 483 else 478 484 { … … 540 546 else if(ret2 != NULL && count2 > 3 && ostrcmp(hname, "NowVideo.eu") == 0) 541 547 tmpstr2 = ostrcat(ret2[3].part, NULL, 0, 0); 548 else if(ret2 != NULL && count2 > 3 && ostrcmp(hname, "NowVideo.sx") == 0) 549 tmpstr2 = ostrcat(ret2[3].part, NULL, 0, 0); 542 550 else 543 551 { … … 605 613 tmpstr2 = ostrcat(ret2[3].part, NULL, 0, 0); 606 614 else if(ret2 != NULL && count2 > 3 && ostrcmp(hname, "NowVideo.eu") == 0) 615 tmpstr2 = ostrcat(ret2[3].part, NULL, 0, 0); 616 else if(ret2 != NULL && count2 > 3 && ostrcmp(hname, "NowVideo.sx") == 0) 607 617 tmpstr2 = ostrcat(ret2[3].part, NULL, 0, 0); 608 618 else … … 804 814 tmpstr2 = ostrcat(ret2[3].part, NULL, 0, 0); 805 815 else if(ret2 != NULL && count2 > 3 && ostrcmp(hname, "NowVideo.eu") == 0) 816 tmpstr2 = ostrcat(ret2[3].part, NULL, 0, 0); 817 else if(ret2 != NULL && count2 > 3 && ostrcmp(hname, "NowVideo.sx") == 0) 806 818 tmpstr2 = ostrcat(ret2[3].part, NULL, 0, 0); 807 819 else
Note: See TracChangeset
for help on using the changeset viewer.