Changeset 37136


Ignore:
Timestamp:
02/13/16 23:46:59 (8 years ago)
Author:
obi
Message:

show on beta all local mediathek

Location:
titan/mediathek/localparser_secret
Files:
3 edited

Legend:

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

    r37133 r37136  
    3939init()
    4040{
    41         if [ "$ARCH" != "sh4" ];then
     41        if [ "$ARCH" != "sh4" ] || [ -e /etc/.beta ];then
    4242                rm -f /mnt/network/cookies > /dev/null 2>&1
    4343                rm -rf $TMP > /dev/null 2>&1
  • titan/mediathek/localparser_secret/nbaondemand.sh

    r37029 r37136  
    5353category()
    5454{
    55         echo "Live#$SRC $SRC livelist live de#http://atemio.dyndns.tv/mediathek/menu/categoty.jpg#categoty.jpg#$NAME#0" > $TMP/$PARSER.$INPUT.list
     55        if [ -e /etc/.beta ];then
     56                echo "Live#$SRC $SRC livelist live de#http://atemio.dyndns.tv/mediathek/menu/categoty.jpg#categoty.jpg#$NAME#0" > $TMP/$PARSER.$INPUT.list
     57        fi
    5658        echo "Latest#$SRC $SRC videos latest en/videotourney/3#http://atemio.dyndns.tv/mediathek/menu/categoty.jpg#categoty.jpg#$NAME#0" >> $TMP/$PARSER.$INPUT.list
    5759        echo "Teams#$SRC $SRC submenu teams en/leagueresults/3/#http://atemio.dyndns.tv/mediathek/menu/categoty.jpg#categoty.jpg#$NAME#0" >> $TMP/$PARSER.$INPUT.list
  • titan/mediathek/localparser_secret/streamlive.sh

    r37134 r37136  
    4343init()
    4444{
    45         if [ "$ARCH" = "mipsel" ];then
     45        if [ "$ARCH" != "sh4" ] || [ -e /etc/.beta ];then
    4646                rm -f /mnt/network/cookies > /dev/null 2>&1
    4747                rm -rf $TMP > /dev/null 2>&1
Note: See TracChangeset for help on using the changeset viewer.