Ignore:
Timestamp:
01/25/16 00:44:06 (7 years ago)
Author:
obi
Message:

fix solar

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/plugins/tithek/solarmovie.h

    r36939 r36942  
    352352        }
    353353
     354/*
    354355// ssl workaround
    355356        unlink("/tmp/.solar.cache");
     
    367368
    368369//      tmpstr = gethttp(tmphost, tmppath, 80, NULL, NULL, 10000, NULL, 0);
     370*/
     371        tmpstr = gethttps(link, NULL, NULL, NULL, NULL, NULL, 1);
    369372       
    370373        if(tmpstr == NULL)
     
    465468                                }                                       
    466469                                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);
    468471                                line = ostrcat(line, id, 1, 0);
    469472                                line = ostrcat(line, "#", 1, 0);
     
    547550                                        }                                       
    548551                                        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);
    550553                                        line = ostrcat(line, id, 1, 0);
    551554                                        line = ostrcat(line, "#", 1, 0);
     
    612615//                              line = ostrcat(line, etitle, 1, 0);
    613616
    614                                 line = ostrcat(line, "#http://www.solarmovie.ph", 1, 0);
     617                                line = ostrcat(line, "#https://www.solarmovie.ph", 1, 0);
    615618                                line = ostrcat(line, url, 1, 0);
    616619//                              line = ostrcat(line, ";", 1, 0);
Note: See TracChangeset for help on using the changeset viewer.