Changeset 40406


Ignore:
Timestamp:
05/10/17 21:56:47 (6 years ago)
Author:
obi
Message:

test

File:
1 edited

Legend:

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

    r40357 r40406  
    2424        if(streamurl == NULL)
    2525        {
     26                if(ostrstr(tmplink, "streamcloud") != NULL)
     27                        streamurl = streamcloud(url);
     28/*
    2629                if(ostrstr(tmplink, "sockshare") != NULL)
    2730                        streamurl = putlocker(url);
     
    98101                else if(ostrstr(tmplink, "vid.ag") != NULL)
    99102                        streamurl = vidag(url);
     103*/
    100104                debug(99, "Streamurl2: %s", streamurl);
    101105        }
     
    118122
    119123                clearscreen(load);
     124
     125////////////
     126                if(streamurl == NULL)
     127                {
     128                        if(ostrstr(tmplink, "sockshare") != NULL)
     129                                streamurl = putlocker(url);
     130                        else if(ostrstr(tmplink, "putlocker") != NULL)
     131                                streamurl = firedrive(url);
     132                        else if(ostrstr(tmplink, "filenuke") != NULL)
     133                                streamurl = filenuke(url);
     134                        else if(ostrstr(tmplink, "streamcloud") != NULL)
     135                                streamurl = streamcloud(url);
     136                        else if(ostrstr(tmplink, "vidstream") != NULL)
     137                                streamurl = vidstream(url);
     138                        else if(ostrstr(tmplink, "flashx_disable") != NULL)
     139                                streamurl = flashx(url);
     140                        else if(ostrstr(tmplink, "xvidstage") != NULL)
     141                                streamurl = xvidstage(url);
     142                        else if(ostrstr(tmplink, "nowvideo") != NULL)
     143                                streamurl = nowvideo(url);
     144                        else if(ostrstr(tmplink, "movshare") != NULL || ostrstr(tmplink, "wholecloud") != NULL)
     145                                streamurl = movshare(url);
     146                        else if(ostrstr(tmplink, "movreel") != NULL)
     147                                streamurl = movreel(url);
     148                        else if(ostrstr(tmplink, "novamov") != NULL || ostrstr(tmplink, "auroravid") != NULL)
     149                                streamurl = novamov(url);
     150                        else if(ostrstr(tmplink, "divxstage") != NULL || ostrstr(tmplink, "cloudtime") != NULL)
     151                                streamurl = divxstage(url);
     152                        else if(ostrstr(tmplink, "primeshare") != NULL)
     153                                streamurl = primeshare(url);
     154                        else if(ostrstr(tmplink, "faststream") != NULL || ostrstr(tmplink, "fastvideo") != NULL)
     155                                streamurl = faststream(url);
     156                        else if(ostrstr(tmplink, "played") != NULL)
     157                                streamurl = played(url);
     158                        else if(ostrstr(tmplink, "videoweed") != NULL)
     159                                streamurl = videoweed(url);
     160                        else if(ostrstr(tmplink, "firedrive") != NULL)
     161                                streamurl = firedrive(url);
     162                        else if(ostrstr(tmplink, "shared") != NULL)
     163                                streamurl = shared(url);
     164                        else if(ostrstr(tmplink, "thefile") != NULL)
     165                                streamurl = thefile(url);
     166                        else if(ostrstr(tmplink, "youtu_disable") != NULL)
     167                                streamurl = youtube(url);
     168                        else if(ostrstr(tmplink, "myvideo") != NULL)
     169                                streamurl = myvideo(url);
     170                        else if(ostrstr(tmplink, "promptfile") != NULL)
     171                                streamurl = promptfile(url);
     172                        else if(ostrstr(tmplink, "letwatch") != NULL || ostrstr(tmplink, "realvid") != NULL)
     173                                streamurl = letwatch(url);
     174                        else if(ostrstr(tmplink, "vidbull") != NULL)
     175                                streamurl = vidbull(url);
     176                        else if(ostrstr(tmplink, "vodlocker") != NULL)
     177                                streamurl = vodlocker(url);
     178                        else if(ostrstr(tmplink, "vidto") != NULL)
     179                                streamurl = vidto(url);
     180                        else if(ostrstr(tmplink, "amazon") != NULL)
     181                                streamurl = amazon(url);
     182                        else if(ostrstr(tmplink, "thevideo") != NULL)
     183                                streamurl = thevideo(url);
     184                        else if(ostrstr(tmplink, "mightyupload") != NULL)
     185                                streamurl = mightyupload(url);
     186                        else if(ostrstr(tmplink, "cloudzilla") != NULL)
     187                                streamurl = cloudzilla(url);
     188                        else if(ostrstr(tmplink, "vivo") != NULL)
     189                                streamurl = vivo(url);
     190                        else if(ostrstr(tmplink, "streamlive") != NULL)
     191                                streamurl = streamlive(url, -1);
     192                        else if(ostrstr(tmplink, "cricfree") != NULL)
     193                                streamurl = cricfree(url, 0);
     194                        else if(ostrstr(tmplink, "zerocast") != NULL)
     195                                streamurl = zerocast(url, 0);
     196                        else if(ostrstr(tmplink, "p2pcast") != NULL)
     197                                streamurl = p2pcast(url);
     198                        else if(ostrstr(tmplink, "vidzi") != NULL)
     199                                streamurl = vidzi(url);
     200                        else if(ostrstr(tmplink, "vid.ag") != NULL)
     201                                streamurl = vidag(url);
     202                        debug(99, "Streamurl4: %s", streamurl);
     203                }
     204////////////
    120205
    121206                if(streamurl == NULL)
Note: See TracChangeset for help on using the changeset viewer.