Changeset 23995
- Timestamp:
- 09/29/13 17:13:48 (9 years ago)
- Location:
- titan/plugins/tithek
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/tithek/tithek.c
r23739 r23995 21 21 #include "mlehd.h" 22 22 #include "xvideos.h" 23 #include "ard.h" 23 24 24 25 char pluginname[] = "TiTan Mediathek"; -
titan/plugins/tithek/tithek.h
r23758 r23995 39 39 //flag 23 - kinox hoster serie 40 40 //flag 24 - hoster flashx 41 //flag 25 - <vidstream41 //flag 25 - hoster vidstream 42 42 //flag 26 - hoster xvidstage 43 43 //flag 27 - hoster nowvideo … … 59 59 //flag 43 - solarmovie 60 60 //flag 44 - myvideo Single charts 61 //flag 45 - ard 61 62 62 63 //flag 50 - beeg … … 1193 1194 if(tmpstr != NULL) tmpstr1 = solarmovie(tmpstr); 1194 1195 } 1196 else if(((struct tithek*)listbox->select->handle)->flag == 45) 1197 { 1198 if(tmpstr != NULL) tmpstr1 = ard(tmpstr); 1199 } 1195 1200 else if(((struct tithek*)listbox->select->handle)->flag == 50) 1196 1201 { … … 1704 1709 clearscreen(grid); 1705 1710 1706 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) || (((struct tithek*)listbox->select->handle)->flag == 43))1711 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 == 45) || (((struct tithek*)listbox->select->handle)->flag == 50) || (((struct tithek*)listbox->select->handle)->flag == 41) || (((struct tithek*)listbox->select->handle)->flag == 43)) 1707 1712 { 1708 1713 submenu(listbox, load, title); -
titan/plugins/tithek/tithek_header.h
r23758 r23995 34 34 char* xvideos(char* link); 35 35 char* solarmovie(char* link); 36 char* ard(char* link); 36 37 37 38 #endif
Note: See TracChangeset
for help on using the changeset viewer.