Changeset 40357
- Timestamp:
- 04/23/17 21:40:56 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/tithek/tithek_global.h
r40313 r40357 8 8 debug(99, "url: %s", url); 9 9 char* streamurl = NULL, *tmplink = NULL; 10 struct skin* load = getscreen("loading"); 10 11 11 12 tmplink = ostrcat(url, NULL, 0, 0); … … 103 104 if(streamurl == NULL) 104 105 { 106 if(!file_exist("/tmp/localhoster")) 107 localparser_init("http://atemio.dyndns.tv/mediathek/mainmenu.list", "mainmenu.local.list", 1); 108 109 drawscreen(load, 0, 0); 110 105 111 cmd = ostrcat("/tmp/localhoster/hoster.sh youtube_dl \"", url, 0, 0); 106 112 cmd = ostrcat(cmd, "\"", 1, 0); … … 110 116 111 117 free(cmd), cmd = NULL; 118 119 clearscreen(load); 112 120 113 121 if(streamurl == NULL)
Note: See TracChangeset
for help on using the changeset viewer.