Changeset 38229


Ignore:
Timestamp:
08/20/16 20:43:29 (7 years ago)
Author:
Stephan
Message:

fix solarmovie

File:
1 edited

Legend:

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

    r36944 r38229  
    158158                debug(99, "search: %s", search);
    159159
    160                 ip = ostrcat("www.solarmovie.ph", NULL, 0, 0);
     160                ip = ostrcat("www.thesolarmovie.me/", NULL, 0, 0);
    161161                if(flag == 0)
    162162                        path = ostrcat("movie/search/", search, 0, 0);
     
    180180//              tmpstr = gethttp(ip, path, 80, NULL, NULL, 10000, NULL, 0);
    181181*/
    182                 url = ostrcat("https://", ip, 0, 0);
     182                url = ostrcat("http://", ip, 0, 0);
    183183                url = ostrcat(url, "/", 1, 0);
    184184                url = ostrcat(url, path, 1, 0);
     
    212212                        title = string_resub("<a title=\"", "\"", tmpstr1, 0);
    213213       
    214                         url = ostrcat("https://www.solarmovie.ph", path, 0, 0);
     214                        url = ostrcat("http://www.thesolarmovie.me/", path, 0, 0);
    215215       
    216216                        debug(99, "---------------------------");
     
    468468                                }                                       
    469469                                line = ostrcat(line, "#", 1, 0);
    470                                 line = ostrcat(line, "https://www.solarmovie.ph/link/play/", 1, 0);
     470                                line = ostrcat(line, "http://www.thesolarmovie.me//link/play/", 1, 0);
    471471                                line = ostrcat(line, id, 1, 0);
    472472                                line = ostrcat(line, "#", 1, 0);
     
    550550                                        }                                       
    551551                                        line = ostrcat(line, "#", 1, 0);
    552                                         line = ostrcat(line, "https://www.solarmovie.ph/link/play/", 1, 0);
     552                                        line = ostrcat(line, "http://www.thesolarmovie.me//link/play/", 1, 0);
    553553                                        line = ostrcat(line, id, 1, 0);
    554554                                        line = ostrcat(line, "#", 1, 0);
     
    615615//                              line = ostrcat(line, etitle, 1, 0);
    616616
    617                                 line = ostrcat(line, "#https://www.solarmovie.ph", 1, 0);
     617                                line = ostrcat(line, "http://www.thesolarmovie.me/", 1, 0);
    618618                                line = ostrcat(line, url, 1, 0);
    619619//                              line = ostrcat(line, ";", 1, 0);
Note: See TracChangeset for help on using the changeset viewer.