Changeset 35513 for titan/plugins


Ignore:
Timestamp:
09/11/15 18:26:59 (9 years ago)
Author:
obi
Message:

[tihek} add new hoster thevideo

Location:
titan/plugins/tithek
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • titan/plugins/tithek/tithek.c

    r35474 r35513  
    5252#include "nowtv.h"
    5353#include "amazon.h"
     54#include "thevideo.h"
    5455
    5556char pluginname[] = "TiTan Mediathek";
  • titan/plugins/tithek/tithek_global.h

    r35511 r35513  
    418418        else if(ostrstr(tmplink, "amazon") != NULL)
    419419                streamurl = amazon(url);
     420        else if(ostrstr(tmplink, "thevideo") != NULL)
     421                streamurl = thevideo(url);
    420422        else
    421423                textbox(_("Message"), _("The hoster is not yet supported !"), _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 600, 200, 5, 0);
  • titan/plugins/tithek/tithek_header.h

    r35511 r35513  
    9696char* vodlocker(char* link);
    9797char* vidto(char* link);
     98char* thevideo(char* link);
    9899int internetradio_search_local(struct skin* grid, struct skin* listbox, struct skin* countlabel, struct skin* load, char* link, char* title, char* searchstr, int flag);
    99100int internettv_search_local(struct skin* grid, struct skin* listbox, struct skin* countlabel, struct skin* load, char* link, char* title, char* searchstr, int flag);
Note: See TracChangeset for help on using the changeset viewer.