Ignore:
Timestamp:
01/04/15 16:59:26 (9 years ago)
Author:
obi
Message:

tithek add hoster promptfile and update filenuke

File:
1 edited

Legend:

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

    r30622 r32084  
    245245        else if(ostrstr(tmplink, "myvideo") != NULL)
    246246                streamurl = myvideo(url);
     247        else if(ostrstr(tmplink, "promptfile") != NULL)
     248                streamurl = promptfile(url);
    247249        else
    248250                textbox(_("Message"), _("The hoster is not yet supported !"), _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 600, 200, 5, 0);
Note: See TracChangeset for help on using the changeset viewer.