Changeset 40150


Ignore:
Timestamp:
02/27/17 01:56:07 (7 years ago)
Author:
obi
Message:

disable internal youtube

Location:
titan
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • titan/mediathek/localparser_secret/meinkino.sh

    r40086 r40150  
    188188        if [ ! -z "$TRAILER" ];then
    189189                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"
    191192
    192193                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  
    6161                else if(ostrstr(tmplink, "thefile") != NULL)
    6262                        streamurl = thefile(url);
    63                 else if(ostrstr(tmplink, "youtu") != NULL)
     63                else if(ostrstr(tmplink, "youtu_disable") != NULL)
    6464                        streamurl = youtube(url);
    6565                else if(ostrstr(tmplink, "myvideo") != NULL)
Note: See TracChangeset for help on using the changeset viewer.