Changeset 22584


Ignore:
Timestamp:
07/29/13 22:08:13 (11 years ago)
Author:
obi
Message:

[tithek] add xvideos

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

Legend:

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

    r22293 r22584  
    2020#include "movie4k.h"
    2121#include "mlehd.h"
     22#include "xvideos.h"
    2223
    2324char pluginname[] = "TiTan Mediathek";
  • titan/plugins/tithek/tithek.h

    r22316 r22584  
    5656//flag 40   - movie4k_hoster_series
    5757//flag 41   - movie4k
     58//flag 42   - xvideos
    5859
    5960//flag 50       - beeg
     
    11791180                        if(tmpstr != NULL) tmpstr1 = movie4k(tmpstr);
    11801181                }
     1182                else if(((struct tithek*)listbox->select->handle)->flag == 42)
     1183                {
     1184                        if(tmpstr != NULL) tmpstr1 = xvideos(tmpstr);
     1185                }
    11811186                else if(((struct tithek*)listbox->select->handle)->flag == 50)
    11821187                {
     
    16901695printf("sub aa\n");
    16911696
    1692                                 if((((struct tithek*)listbox->select->handle)->flag == 2) || (((struct tithek*)listbox->select->handle)->flag == 4) || (((struct tithek*)listbox->select->handle)->flag == 5) || (((struct tithek*)listbox->select->handle)->flag == 6) || (((struct tithek*)listbox->select->handle)->flag == 7) || (((struct tithek*)listbox->select->handle)->flag == 8) || (((struct tithek*)listbox->select->handle)->flag == 12) || (((struct tithek*)listbox->select->handle)->flag == 14) || (((struct tithek*)listbox->select->handle)->flag == 15) || (((struct tithek*)listbox->select->handle)->flag == 16) || (((struct tithek*)listbox->select->handle)->flag == 17) || (((struct tithek*)listbox->select->handle)->flag == 18) || (((struct tithek*)listbox->select->handle)->flag == 19) || (((struct tithek*)listbox->select->handle)->flag == 20) || (((struct tithek*)listbox->select->handle)->flag == 24) || (((struct tithek*)listbox->select->handle)->flag == 25) || (((struct tithek*)listbox->select->handle)->flag == 26) || (((struct tithek*)listbox->select->handle)->flag == 27) || (((struct tithek*)listbox->select->handle)->flag == 38) || (((struct tithek*)listbox->select->handle)->flag == 50) || (((struct tithek*)listbox->select->handle)->flag == 41))
     1697                                if((((struct tithek*)listbox->select->handle)->flag == 2) || (((struct tithek*)listbox->select->handle)->flag == 4) || (((struct tithek*)listbox->select->handle)->flag == 5) || (((struct tithek*)listbox->select->handle)->flag == 6) || (((struct tithek*)listbox->select->handle)->flag == 7) || (((struct tithek*)listbox->select->handle)->flag == 8) || (((struct tithek*)listbox->select->handle)->flag == 12) || (((struct tithek*)listbox->select->handle)->flag == 14) || (((struct tithek*)listbox->select->handle)->flag == 15) || (((struct tithek*)listbox->select->handle)->flag == 16) || (((struct tithek*)listbox->select->handle)->flag == 17) || (((struct tithek*)listbox->select->handle)->flag == 18) || (((struct tithek*)listbox->select->handle)->flag == 19) || (((struct tithek*)listbox->select->handle)->flag == 20) || (((struct tithek*)listbox->select->handle)->flag == 24) || (((struct tithek*)listbox->select->handle)->flag == 25) || (((struct tithek*)listbox->select->handle)->flag == 26) || (((struct tithek*)listbox->select->handle)->flag == 27) || (((struct tithek*)listbox->select->handle)->flag == 38) || (((struct tithek*)listbox->select->handle)->flag == 42) || (((struct tithek*)listbox->select->handle)->flag == 50) || (((struct tithek*)listbox->select->handle)->flag == 41))
    16931698                                {
    16941699printf("sub bb\n");
  • titan/plugins/tithek/tithek_header.h

    r22241 r22584  
    3232int movie4k_series_listed(struct skin* grid, struct skin* listbox, struct skin* countlabel, struct skin* load, char* link, char* title);
    3333char* movie4k(char* link);
     34char* xvideos(char* link);
    3435
    3536#endif
Note: See TracChangeset for help on using the changeset viewer.