Changeset 30012
- Timestamp:
- Sep 20, 2014, 11:22:54 AM (6 years ago)
- Location:
- titan/plugins/tithek
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/tithek/played.h
r30011 r30012 47 47 48 48 ///////////// 49 50 49 51 50 /* … … 174 173 } 175 174 176 177 streamlink = string_resub("file: \"", "\"", tmpstr, 0); 175 streamlink = string_resub("file: \"", "\"", tmpstr, 0); 178 176 179 177 titheklog(debuglevel, "/tmp/played4_streamlink", NULL, NULL, NULL, streamlink); -
titan/plugins/tithek/solarmovie.h
r30009 r30012 54 54 tmpstr1 = string_resub("<div class=\"thirdPartyEmbContainer\">", "</div>", tmpstr, 0); 55 55 stringreplacechar(tmpstr1, '\n', ' '); 56 url = string_resub("<center><iframe src=\"", "\"", tmpstr1, 0); 56 57 url = oregex(".*(http://.*).*\"", tmpstr1); 58 stringreplacechar(url, '"', '\0'); 59 60 if(url == NULL) 61 url = string_resub("<center><iframe src=\"", "\"", tmpstr1, 0); 57 62 if(url == NULL) 58 63 url = string_resub("<center><IFRAME SRC=\"", "\"", tmpstr1, 0);
Note: See TracChangeset
for help on using the changeset viewer.