Changeset 40150
- Timestamp:
- 02/27/17 01:56:07 (6 years ago)
- Location:
- titan
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/mediathek/localparser_secret/meinkino.sh
r40086 r40150 188 188 if [ ! -z "$TRAILER" ];then 189 189 ID=`echo $TRAILER | tr '=' '\n' | tail -n1` 190 TRAILERURL="https://www.youtube.com/get_video_info?el=leanback&cplayer=UNIPLAYER&cos=Windows&height=1080&cbr=Chrome&hl=en_US&cver=4&ps=leanback&c=TVHTML5&video_id=$ID&cbrver=40.0.2214.115&width=1920&cosver=6.1&ssl_stream=1" 190 # TRAILERURL="https://www.youtube.com/get_video_info?el=leanback&cplayer=UNIPLAYER&cos=Windows&height=1080&cbr=Chrome&hl=en_US&cver=4&ps=leanback&c=TVHTML5&video_id=$ID&cbrver=40.0.2214.115&width=1920&cosver=6.1&ssl_stream=1" 191 TRAILERURL="https://www.youtube.com/watch?v=$ID" 191 192 192 193 LINE="Youtube TRAILER#$SRC $SRC play '$TRAILERURL'#http://atemio.dyndns.tv/mediathek/menu/youtube.jpg#$youtube.jpg#$NAME#111" -
titan/plugins/tithek/tithek_global.h
r40135 r40150 61 61 else if(ostrstr(tmplink, "thefile") != NULL) 62 62 streamurl = thefile(url); 63 else if(ostrstr(tmplink, "youtu ") != NULL)63 else if(ostrstr(tmplink, "youtu_disable") != NULL) 64 64 streamurl = youtube(url); 65 65 else if(ostrstr(tmplink, "myvideo") != NULL)
Note: See TracChangeset
for help on using the changeset viewer.