Changeset 40042
- Timestamp:
- 02/19/17 02:00:29 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/tithek/thevideo.h
r38946 r40042 111 111 streamlink = string_resub("label: '240p', file: '", "'", tmpstr, 0); 112 112 if(streamlink == NULL) 113 streamlink = string_resub("label: '360p', file: '", "'", tmpstr, 0); 113 streamlink = string_resub("label: '360p', file: '", "'", tmpstr, 0); 114 115 if(streamlink == NULL) 116 streamlink = oregex(".*sources:.*"file":"(http://.*v.mp4).*", tmpstr); 117 // streamlink = oregex(".*sources: [{"file":"(http://.*v.mp4).*", tmpstr); 118 114 119 if(streamlink == NULL) 115 120 streamlink = oregex(".*(http://.*v.mp4).*", tmpstr);
Note: See TracChangeset
for help on using the changeset viewer.