Changeset 36942 for titan/plugins/tithek/solarmovie.h
- Timestamp:
- 01/25/16 00:44:06 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/tithek/solarmovie.h
r36939 r36942 352 352 } 353 353 354 /* 354 355 // ssl workaround 355 356 unlink("/tmp/.solar.cache"); … … 367 368 368 369 // tmpstr = gethttp(tmphost, tmppath, 80, NULL, NULL, 10000, NULL, 0); 370 */ 371 tmpstr = gethttps(link, NULL, NULL, NULL, NULL, NULL, 1); 369 372 370 373 if(tmpstr == NULL) … … 465 468 } 466 469 line = ostrcat(line, "#", 1, 0); 467 line = ostrcat(line, "http ://www.solarmovie.ph/link/play/", 1, 0);470 line = ostrcat(line, "https://www.solarmovie.ph/link/play/", 1, 0); 468 471 line = ostrcat(line, id, 1, 0); 469 472 line = ostrcat(line, "#", 1, 0); … … 547 550 } 548 551 line = ostrcat(line, "#", 1, 0); 549 line = ostrcat(line, "http ://www.solarmovie.ph/link/play/", 1, 0);552 line = ostrcat(line, "https://www.solarmovie.ph/link/play/", 1, 0); 550 553 line = ostrcat(line, id, 1, 0); 551 554 line = ostrcat(line, "#", 1, 0); … … 612 615 // line = ostrcat(line, etitle, 1, 0); 613 616 614 line = ostrcat(line, "#http ://www.solarmovie.ph", 1, 0);617 line = ostrcat(line, "#https://www.solarmovie.ph", 1, 0); 615 618 line = ostrcat(line, url, 1, 0); 616 619 // line = ostrcat(line, ";", 1, 0);
Note: See TracChangeset
for help on using the changeset viewer.