Changeset 44502
- Timestamp:
- 01/08/20 22:17:14 (3 years ago)
- Location:
- titan/mediathek
- Files:
-
- 30 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/mediathek/localparser_free/clipfish.sh
r42464 r44502 1 1 #!/bin/sh 2 2 # first sh box parser for titannit mfg obi 3 4 case $2 in5 init) echo skip load hoster.sh;;6 *) . /tmp/localhoster/hoster.sh;;7 esac8 3 9 4 SRC=$1 … … 14 9 PARSER=`echo $SRC | tr '/' '\n' | tail -n1 | sed 's/.sh//'` 15 10 16 FILENAME="`echo $SRC | tr '/' '\n' | tail -n1 | sed 's/.sh//'` $INPUT $PAGE $NEXT $PAGE2"17 FILENAME="`echo $FILENAME | sed -e 's/\&\+/./g' -e 's#\/\+#.#g' -e 's/\?\+/./g' -e 's/;\+/./g' -e 's/=\+/./g' -e 's/ \+/./g' -e 's/\.\+/./g'`"18 PICNAME=`echo $FILENAME`19 20 if [ -z "$FILENAME" ]; then21 FILENAME=none22 fi23 24 11 URL=http://www.clipfish.de 25 12 NAME="ClipFish" 26 13 27 mkdir $TMP > /dev/null 2>&1 14 case $2 in 15 init) echo skip load hoster.sh;; 16 *) . /tmp/localhoster/hoster.sh 17 mkdir $TMP > /dev/null 2>&1 18 FILENAME="$PARSER $INPUT $PAGE $NEXT" 19 FILENAME=$(echo $FILENAME | tr '&' '.' | tr '/' '.' | tr '?' '.' | tr '=' '.' | sed -e 's/\&\+/./g' -e 's#\/\+#.#g' -e 's/\?\+/./g' -e 's/;\+/./g' -e 's/=\+/./g' -e 's/ \+/./g' -e 's/\.\+/./g') 20 if [ -z "$FILENAME" ]; then FILENAME=none;fi 21 PICNAME="$FILENAME" 22 ;; 23 esac 28 24 29 25 if [ `echo $SRC | grep ^"/mnt/parser" | wc -l` -gt 0 ];then -
titan/mediathek/localparser_free/dmax.sh
r44051 r44502 1 1 #!/bin/sh 2 2 # first sh box parser for titannit mfg obi 3 4 case $2 in5 init) echo skip load hoster.sh;;6 *) . /tmp/localhoster/hoster.sh;;7 esac8 3 9 4 SRC=$1 … … 13 8 PAGE=$5 14 9 15 FILENAME=`echo $PAGE | tr '/' '.'`16 FILENAME=`echo $FILENAME | tr '&' '.'`17 18 if [ -z "$PAGE" ]; then19 FILENAME=none20 fi21 22 10 URL=https://www.dmax.de 23 11 PARSER=`echo $SRC | tr '/' '\n' | tail -n1 | sed 's/.sh//'` 24 12 NAME="DMAX" 25 13 26 mkdir $TMP > /dev/null 2>&1 14 case $2 in 15 init) echo skip load hoster.sh;; 16 *) . /tmp/localhoster/hoster.sh 17 mkdir $TMP > /dev/null 2>&1 18 FILENAME="$PARSER $INPUT $PAGE $NEXT" 19 FILENAME=$(echo $FILENAME | tr '&' '.' | tr '/' '.' | tr '?' '.' | tr '=' '.' | sed -e 's/\&\+/./g' -e 's#\/\+#.#g' -e 's/\?\+/./g' -e 's/;\+/./g' -e 's/=\+/./g' -e 's/ \+/./g' -e 's/\.\+/./g') 20 if [ -z "$FILENAME" ]; then FILENAME=none;fi 21 PICNAME="$FILENAME" 22 ;; 23 esac 27 24 28 25 if [ `echo $SRC | grep ^"/mnt/parser" | wc -l` -gt 0 ];then -
titan/mediathek/localparser_free/giga.sh
r42464 r44502 1 1 #!/bin/bash 2 2 # first sh box parser for titannit mfg obi 3 4 case $2 in5 init) echo skip load hoster.sh;;6 *) . /tmp/localhoster/hoster.sh;;7 esac8 3 9 4 SRC=$1 … … 15 10 NAME=Giga 16 11 17 rm -rf $TMP > /dev/null 2>&1 18 mkdir $TMP > /dev/null 2>&1 12 case $2 in 13 init) echo skip load hoster.sh;; 14 *) . /tmp/localhoster/hoster.sh 15 mkdir $TMP > /dev/null 2>&1 16 FILENAME="$PARSER $INPUT $PAGE $NEXT" 17 FILENAME=$(echo $FILENAME | tr '&' '.' | tr '/' '.' | tr '?' '.' | tr '=' '.' | sed -e 's/\&\+/./g' -e 's#\/\+#.#g' -e 's/\?\+/./g' -e 's/;\+/./g' -e 's/=\+/./g' -e 's/ \+/./g' -e 's/\.\+/./g') 18 if [ -z "$FILENAME" ]; then FILENAME=none;fi 19 PICNAME="$FILENAME" 20 ;; 21 esac 19 22 20 23 if [ "$SRC" = "/mnt/parser" ];then -
titan/mediathek/localparser_free/mediathekdirect.sh
r42935 r44502 1 1 #!/bin/sh 2 2 # first sh box parser for titannit mfg obi 3 4 case $2 in5 init) echo skip load hoster.sh;;6 *) . /tmp/localhoster/hoster.sh;;7 esac8 3 9 4 SRC=$1 … … 14 9 PARSER=`echo $SRC | tr '/' '\n' | tail -n1 | sed 's/.sh//'` 15 10 16 FILENAME="`echo $SRC | tr '/' '\n' | tail -n1 | sed 's/.sh//'` $INPUT $PAGE $NEXT"17 FILENAME="`echo $FILENAME | sed -e 's/\&\+/./g' -e 's#\/\+#.#g' -e 's/\?\+/./g' -e 's/;\+/./g' -e 's/=\+/./g' -e 's/ \+/./g' -e 's/\.\+/./g'`"18 PICNAME=`echo $FILENAME`19 20 if [ -z "$FILENAME" ]; then21 FILENAME=none22 fi23 24 11 URL=http://www.mediathekdirekt.de 25 12 #PARSER=`echo $SRC | tr '/' '\n' | tail -n1 | sed 's/.sh//'` 26 13 NAME=MediathekDirekt 27 14 28 #rm -rf $TMP > /dev/null 2>&1 29 mkdir $TMP > /dev/null 2>&1 15 case $2 in 16 init) echo skip load hoster.sh;; 17 *) . /tmp/localhoster/hoster.sh 18 mkdir $TMP > /dev/null 2>&1 19 FILENAME="$PARSER $INPUT $PAGE $NEXT" 20 FILENAME=$(echo $FILENAME | tr '&' '.' | tr '/' '.' | tr '?' '.' | tr '=' '.' | sed -e 's/\&\+/./g' -e 's#\/\+#.#g' -e 's/\?\+/./g' -e 's/;\+/./g' -e 's/=\+/./g' -e 's/ \+/./g' -e 's/\.\+/./g') 21 if [ -z "$FILENAME" ]; then FILENAME=none;fi 22 PICNAME="$FILENAME" 23 ;; 24 esac 30 25 31 26 if [ `echo $SRC | grep ^"/mnt/parser" | wc -l` -gt 0 ];then -
titan/mediathek/localparser_free/sixx.sh
r42594 r44502 1 1 #!/bin/sh 2 2 # first sh box parser for titannit mfg obi 3 4 case $2 in5 init) echo skip load hoster.sh;;6 *) . /tmp/localhoster/hoster.sh;;7 esac8 3 9 4 SRC=$1 … … 14 9 PARSER=`echo $SRC | tr '/' '\n' | tail -n1 | sed 's/.sh//'` 15 10 NAME=Sixx 16 FILENAME="$PARSER $INPUT $PAGE"17 FILENAME=`echo $FILENAME | tr '&' '.' | tr '/' '.' | tr '?' '.' | tr '=' '.' | sed 's/ \+/./g' | sed 's/\.\+/./g'`18 11 19 #rm -rf $TMP > /dev/null 2>&1 20 mkdir $TMP > /dev/null 2>&1 12 case $2 in 13 init) echo skip load hoster.sh;; 14 *) . /tmp/localhoster/hoster.sh 15 mkdir $TMP > /dev/null 2>&1 16 FILENAME="$PARSER $INPUT $PAGE $NEXT" 17 FILENAME=$(echo $FILENAME | tr '&' '.' | tr '/' '.' | tr '?' '.' | tr '=' '.' | sed -e 's/\&\+/./g' -e 's#\/\+#.#g' -e 's/\?\+/./g' -e 's/;\+/./g' -e 's/=\+/./g' -e 's/ \+/./g' -e 's/\.\+/./g') 18 if [ -z "$FILENAME" ]; then FILENAME=none;fi 19 PICNAME="$FILENAME" 20 ;; 21 esac 21 22 22 23 if [ `echo $SRC | grep ^"/mnt/parser" | wc -l` -gt 0 ];then -
titan/mediathek/localparser_free/watchbox.sh
r44051 r44502 1 1 #!/bin/sh 2 2 # first sh box parser for titannit mfg obi 3 4 case $2 in5 init) echo skip load hoster.sh;;6 *) . /tmp/localhoster/hoster.sh;;7 esac8 3 9 4 SRC=$1 … … 13 8 PAGE=$5 14 9 15 FILENAME=`echo $PAGE | tr '/' '.'`16 FILENAME=`echo $FILENAME | tr '&' '.'`17 18 if [ -z "$PAGE" ]; then19 FILENAME=none20 fi21 22 10 URL=https://www.watchbox.de 23 11 PARSER=`echo $SRC | tr '/' '\n' | tail -n1 | sed 's/.sh//'` 24 12 NAME="Watchbox" 25 13 26 mkdir $TMP > /dev/null 2>&1 27 #TMP=/tmp/localcache 14 case $2 in 15 init) echo skip load hoster.sh;; 16 *) . /tmp/localhoster/hoster.sh 17 mkdir $TMP > /dev/null 2>&1 18 FILENAME="$PARSER $INPUT $PAGE $NEXT" 19 FILENAME=$(echo $FILENAME | tr '&' '.' | tr '/' '.' | tr '?' '.' | tr '=' '.' | sed -e 's/\&\+/./g' -e 's#\/\+#.#g' -e 's/\?\+/./g' -e 's/;\+/./g' -e 's/=\+/./g' -e 's/ \+/./g' -e 's/\.\+/./g') 20 if [ -z "$FILENAME" ]; then FILENAME=none;fi 21 PICNAME="$FILENAME" 22 ;; 23 esac 24 28 25 if [ `echo $SRC | grep ^"/mnt/parser" | wc -l` -gt 0 ];then 29 26 TYPE="$SRC - Shell script" -
titan/mediathek/localparser_free/youtube.sh
r44377 r44502 1 1 #!/bin/sh 2 2 # first sh box parser for titannit mfg obi 3 4 case $2 in5 init) echo skip load hoster.sh;;6 *) . /tmp/localhoster/hoster.sh;;7 esac8 3 9 4 SRC=$1 … … 13 8 PARSER=`echo $SRC | tr '/' '\n' | tail -n1 | sed 's/.sh//'` 14 9 15 FILENAME="$PARSER $INPUT $PAGE $NEXT"16 FILENAME=`echo $FILENAME | tr '&' '.' | tr '/' '.' | tr '?' '.' | tr ';' '.' | tr '=' '.' | sed 's/ \+/./g' | sed 's/\.\+/./g'`17 18 if [ -z "$FILENAME" ]; then19 FILENAME=none20 fi21 22 10 URL=https://www.googleapis.com 23 11 NAME=Youtube 24 12 25 mkdir $TMP > /dev/null 2>&1 13 case $2 in 14 init) echo skip load hoster.sh;; 15 *) . /tmp/localhoster/hoster.sh 16 mkdir $TMP > /dev/null 2>&1 17 FILENAME="$PARSER $INPUT $PAGE $NEXT" 18 FILENAME=$(echo $FILENAME | tr '&' '.' | tr '/' '.' | tr '?' '.' | tr '=' '.' | sed -e 's/\&\+/./g' -e 's#\/\+#.#g' -e 's/\?\+/./g' -e 's/;\+/./g' -e 's/=\+/./g' -e 's/ \+/./g' -e 's/\.\+/./g') 19 if [ -z "$FILENAME" ]; then FILENAME=none;fi 20 PICNAME="$FILENAME" 21 ;; 22 esac 26 23 27 24 if [ `echo $SRC | grep ^"/mnt/parser" | wc -l` -gt 0 ];then -
titan/mediathek/localparser_secret/7tv.sh
r43639 r44502 1 1 #!/bin/sh 2 2 # first sh box parser for titannit mfg obi 3 4 case $2 in5 init) echo skip load hoster.sh;;6 *) . /tmp/localhoster/hoster.sh;;7 esac8 3 9 4 SRC=$1 … … 14 9 PARSER=`echo $SRC | tr '/' '\n' | tail -n1 | sed 's/.sh//'` 15 10 NAME=7tv 16 FILENAME="$PARSER $INPUT $PAGE"17 FILENAME=`echo $FILENAME | tr '&' '.' | tr '/' '.' | tr '?' '.' | tr '=' '.' | sed 's/ \+/./g' | sed 's/\.\+/./g'`18 11 19 #rm -rf $TMP > /dev/null 2>&1 20 mkdir $TMP > /dev/null 2>&1 12 case $2 in 13 init) echo skip load hoster.sh;; 14 *) . /tmp/localhoster/hoster.sh 15 mkdir $TMP > /dev/null 2>&1 16 FILENAME="$PARSER $INPUT $PAGE" 17 FILENAME=$(echo $FILENAME | tr '&' '.' | tr '/' '.' | tr '?' '.' | tr '=' '.' | sed -e 's/\&\+/./g' -e 's#\/\+#.#g' -e 's/\?\+/./g' -e 's/;\+/./g' -e 's/=\+/./g' -e 's/ \+/./g' -e 's/\.\+/./g') 18 if [ -z "$FILENAME" ]; then FILENAME=none;fi 19 PICNAME="$FILENAME" 20 ;; 21 esac 22 21 23 22 24 if [ `echo $SRC | grep ^"/mnt/parser" | wc -l` -gt 0 ];then -
titan/mediathek/localparser_secret/beeg.sh
r42731 r44502 1 1 #!/bin/bash 2 2 # box parser for titannit 3 4 case $2 in5 init) echo skip load hoster.sh;;6 *) . /tmp/localhoster/hoster.sh;;7 esac8 3 9 4 SRC=$1 … … 14 9 NAME=`echo -n ${PARSER:0:1} | tr '[a-z]' '[A-Z]'`${PARSER:1} 15 10 16 FILENAME="`echo $SRC | tr '/' '\n' | tail -n1 | sed 's/.sh//'` $INPUT $PARAM" 17 FILENAME="`echo $FILENAME | sed -e 's/\&\+/./g' -e 's#\/\+#.#g' -e 's/\?\+/./g' -e 's/;\+/./g' -e 's/=\+/./g' -e 's/ \+/./g' -e 's/\.\+/./g'`" 18 PICNAME=`echo $FILENAME` 19 20 rm -rf $TMP > /dev/null 2>&1 21 mkdir $TMP > /dev/null 2>&1 11 case $2 in 12 init) echo skip load hoster.sh;; 13 *) . /tmp/localhoster/hoster.sh 14 mkdir $TMP > /dev/null 2>&1 15 FILENAME="$PARSER $INPUT $PAGE $PARAM" 16 FILENAME=$(echo $FILENAME | tr '&' '.' | tr '/' '.' | tr '?' '.' | tr '=' '.' | sed -e 's/\&\+/./g' -e 's#\/\+#.#g' -e 's/\?\+/./g' -e 's/;\+/./g' -e 's/=\+/./g' -e 's/ \+/./g' -e 's/\.\+/./g') 17 if [ -z "$FILENAME" ]; then FILENAME=none;fi 18 PICNAME="$FILENAME" 19 ;; 20 esac 22 21 23 22 if [ `echo $SRC | grep ^"/mnt/parser" |wc -l` -gt 0 ];then -
titan/mediathek/localparser_secret/bs.sh
r42731 r44502 1 1 #!/bin/bash 2 2 3 # titannit box parser for burning series 3 4 case $2 in5 init) echo skip load hoster.sh;;6 *) . /tmp/localhoster/hoster.sh;;7 esac8 9 4 SRC=$1 10 5 INPUT=$2 … … 15 10 NAME="burningseries" 16 11 17 #rm -rf $TMP > /dev/null 2>&1 18 mkdir $TMP > /dev/null 2>&1 12 case $2 in 13 init) echo skip load hoster.sh;; 14 *) . /tmp/localhoster/hoster.sh 15 mkdir $TMP > /dev/null 2>&1 16 FILENAME="$PARSER $INPUT $PAGE $PARAM $PARAM2" 17 FILENAME=$(echo $FILENAME | tr '&' '.' | tr '/' '.' | tr '?' '.' | tr '=' '.' | sed -e 's/\&\+/./g' -e 's#\/\+#.#g' -e 's/\?\+/./g' -e 's/;\+/./g' -e 's/=\+/./g' -e 's/ \+/./g' -e 's/\.\+/./g') 18 if [ -z "$FILENAME" ]; then FILENAME=none;fi 19 PICNAME="$FILENAME" 20 ;; 21 esac 19 22 20 23 if [ `echo $SRC | grep ^"/mnt/parser" |wc -l` -gt 0 ];then -
titan/mediathek/localparser_secret/cricfree.sh
r44051 r44502 1 1 #!/bin/sh 2 2 # first sh box parser for titannit mfg obi 3 4 case $2 in5 init) echo skip load hoster.sh;;6 *) . /tmp/localhoster/hoster.sh;;7 esac8 3 9 4 SRC=$1 … … 14 9 PARSER=`echo $SRC | tr '/' '\n' | tail -n1 | sed 's/.sh//'` 15 10 NAME=CricFree 16 FILENAME="$PARSER $INPUT $PAGE"17 FILENAME=`echo $FILENAME | tr '&' '.' | tr '/' '.' | tr '?' '.' | tr '=' '.' | sed 's/ \+/./g' | sed 's/\.\+/./g'`18 11 19 #rm -rf $TMP > /dev/null 2>&1 20 mkdir $TMP > /dev/null 2>&1 12 case $2 in 13 init) echo skip load hoster.sh;; 14 *) . /tmp/localhoster/hoster.sh 15 mkdir $TMP > /dev/null 2>&1 16 FILENAME="$PARSER $INPUT $PAGE" 17 FILENAME=$(echo $FILENAME | tr '&' '.' | tr '/' '.' | tr '?' '.' | tr '=' '.' | sed -e 's/\&\+/./g' -e 's#\/\+#.#g' -e 's/\?\+/./g' -e 's/;\+/./g' -e 's/=\+/./g' -e 's/ \+/./g' -e 's/\.\+/./g') 18 if [ -z "$FILENAME" ]; then FILENAME=none;fi 19 PICNAME="$FILENAME" 20 ;; 21 esac 21 22 22 23 if [ `echo $SRC | grep ^"/mnt/parser" | wc -l` -gt 0 ];then -
titan/mediathek/localparser_secret/foxx.sh
r43356 r44502 14 14 PARSER=`echo $SRC | tr '/' '\n' | tail -n1 | sed 's/.sh//'` 15 15 16 FILENAME="$PARSER $INPUT $CURPAGE $MAXPAGE $PAGE"17 FILENAME=`echo $FILENAME | tr '+' '.' | sed 's/https://' | tr '&' '.' | tr '/' '.' | tr '?' '.' | tr '=' '.' | sed 's/ \+/./g' | sed 's/\.\+/./g'`18 19 if [ -z "$CURPAGE" ]; then20 FILENAME=none21 fi22 23 16 URL=http://foxx.to 24 17 PARSER=`echo $SRC | tr '/' '\n' | tail -n1 | sed 's/.sh//'` 25 18 NAME="Foxx HD" 26 19 27 mkdir $TMP > /dev/null 2>&1 28 #TMP=/tmp/localcache 20 case $2 in 21 init) echo skip load hoster.sh;; 22 *) . /tmp/localhoster/hoster.sh 23 mkdir $TMP > /dev/null 2>&1 24 FILENAME="$PARSER $INPUT $CURPAGE $MAXPAGE $PAGE" 25 FILENAME=$(echo $FILENAME | tr '&' '.' | tr '/' '.' | tr '?' '.' | tr '=' '.' | sed -e 's/\&\+/./g' -e 's#\/\+#.#g' -e 's/\?\+/./g' -e 's/;\+/./g' -e 's/=\+/./g' -e 's/ \+/./g' -e 's/\.\+/./g') 26 if [ -z "$FILENAME" ]; then FILENAME=none;fi 27 PICNAME="$FILENAME" 28 ;; 29 esac 30 29 31 if [ `echo $SRC | grep ^"/mnt/parser" | wc -l` -gt 0 ];then 30 32 TYPE="$SRC - Shell script" -
titan/mediathek/localparser_secret/goldesel.sh
r42464 r44502 1 1 #!/bin/sh 2 2 # first sh box parser for titannit mfg obi 3 4 case $2 in5 init) echo skip load hoster.sh;;6 *) . /tmp/localhoster/hoster.sh;;7 esac8 3 9 4 SRC=$1 … … 11 6 PAGE=$3 12 7 13 FILENAME=`echo $PAGE | tr '/' '.'`14 FILENAME=`echo $FILENAME | tr '&' '.'`15 16 if [ -z "$PAGE" ]; then17 FILENAME=none18 fi19 20 8 URL=http://goldesel.to 21 9 PARSER=`echo $SRC | tr '/' '\n' | tail -n1 | sed 's/.sh//'` 22 10 NAME=Goldesel 23 11 24 mkdir $TMP > /dev/null 2>&1 12 case $2 in 13 init) echo skip load hoster.sh;; 14 *) . /tmp/localhoster/hoster.sh 15 mkdir $TMP > /dev/null 2>&1 16 FILENAME="$PARSER $INPUT $PAGE" 17 FILENAME=$(echo $FILENAME | tr '&' '.' | tr '/' '.' | tr '?' '.' | tr '=' '.' | sed -e 's/\&\+/./g' -e 's#\/\+#.#g' -e 's/\?\+/./g' -e 's/;\+/./g' -e 's/=\+/./g' -e 's/ \+/./g' -e 's/\.\+/./g') 18 if [ -z "$FILENAME" ]; then FILENAME=none;fi 19 PICNAME="$FILENAME" 20 ;; 21 esac 25 22 26 23 if [ `echo $SRC | grep ^"/mnt/parser" | wc -l` -gt 0 ];then -
titan/mediathek/localparser_secret/kinox.sh
r44042 r44502 1 1 #!/bin/sh 2 2 # first sh box parser for titannit mfg obi 3 4 case $2 in5 init) echo skip load hoster.sh;;6 *) . /tmp/localhoster/hoster.sh;;7 esac8 9 #SRC=$110 #INPUT=$211 #PAGE=$312 #NEXT=$413 #14 #FILENAME=`echo $PAGE | tr '/' '.'`15 #FILENAME=`echo $FILENAME | tr '&' '.'`16 #17 #if [ -z "$PAGE" ]; then18 # FILENAME=none19 #fi20 3 21 4 SRC=$1 … … 26 9 PARSER=`echo $SRC | tr '/' '\n' | tail -n1 | sed 's/.sh//'` 27 10 28 FILENAME="$PARSER $INPUT $PAGE $NEXT $PAGE2"29 FILENAME=`echo $FILENAME | tr '&' '.' | tr '/' '.' | tr '?' '.' | tr '=' '.' | sed 's/ \+/./g' | sed 's/\.\+/./g'`30 31 if [ -z "$FILENAME" ]; then32 FILENAME=none33 fi34 35 URL=`cat /mnt/config/titan.cfg | grep tithek_kinox_url | grep -v "#" | cut -d "=" -f2`36 if [ -z "$URL" ];then37 URL=https://kinox.pub38 fi39 40 11 #KinoX.to Alternativ Adressen: http://kinoS.TO - http://kinox.TV - http://kinox.ME - http://kinox.SI - http://kinox.IO 41 12 #Mirrors: http://kinox.SX - http://kinox.AM - http://kinox.NU - http://kinox.SG - http://kinox.GRATIS - http://kinox.MOBI … … 47 18 NAME=KinoX 48 19 49 if [ `cat /mnt/config/titan.cfg | grep tithek_kinox_localhoster=1 | wc -l` -eq 1 ];then 50 ACTIVEBIN="$curlbin" 51 elif [ `cat /mnt/config/titan.cfg | grep tithek_kinox_localhoster=2 | wc -l` -eq 1 ];then 52 ACTIVEBIN="$BIN /tmp/localhoster/cloudflare.py" 53 else 54 ACTIVEBIN="$curlbin" 55 URL=`echo $URL | sed 's/https:/http:/'` 56 fi 57 58 mkdir $TMP > /dev/null 2>&1 20 case $2 in 21 init) echo skip load hoster.sh;; 22 *) . /tmp/localhoster/hoster.sh 23 mkdir $TMP > /dev/null 2>&1 24 FILENAME="$PARSER $INPUT $PAGE $NEXT $PAGE2" 25 FILENAME=$(echo $FILENAME | tr '&' '.' | tr '/' '.' | tr '?' '.' | tr '=' '.' | sed -e 's/\&\+/./g' -e 's#\/\+#.#g' -e 's/\?\+/./g' -e 's/;\+/./g' -e 's/=\+/./g' -e 's/ \+/./g' -e 's/\.\+/./g') 26 if [ -z "$FILENAME" ]; then FILENAME=none;fi 27 PICNAME="$FILENAME" 28 URL=`cat /mnt/config/titan.cfg | grep tithek_kinox_url | grep -v "#" | cut -d "=" -f2` 29 if [ -z "$URL" ];then URL=https://kinoz.to; fi 30 if [ `cat /mnt/config/titan.cfg | grep tithek_kinox_localhoster=1 | wc -l` -eq 1 ];then 31 ACTIVEBIN="$curlbin" 32 elif [ `cat /mnt/config/titan.cfg | grep tithek_kinox_localhoster=2 | wc -l` -eq 1 ];then 33 ACTIVEBIN="$BIN /tmp/localhoster/cloudflare.py" 34 else 35 ACTIVEBIN="$curlbin" 36 fi 37 ;; 38 esac 59 39 60 40 if [ `echo $SRC | grep ^"/mnt/parser" | wc -l` -gt 0 ];then -
titan/mediathek/localparser_secret/kinoxsu.sh
r44059 r44502 1 1 #!/bin/sh 2 2 # first sh box parser for titannit mfg obi 3 4 case $2 in5 init) echo skip load hoster.sh;;6 *) . /tmp/localhoster/hoster.sh;;7 esac8 9 #SRC=$110 #INPUT=$211 #PAGE=$312 #NEXT=$413 #14 #FILENAME=`echo $PAGE | tr '/' '.'`15 #FILENAME=`echo $FILENAME | tr '&' '.'`16 #17 #if [ -z "$PAGE" ]; then18 # FILENAME=none19 #fi20 3 21 4 SRC=$1 … … 26 9 PARSER=`echo $SRC | tr '/' '\n' | tail -n1 | sed 's/.sh//'` 27 10 28 FILENAME="$PARSER $INPUT $PAGE $NEXT $PAGE2"29 FILENAME=`echo $FILENAME | tr '&' '.' | tr '/' '.' | tr '?' '.' | tr '=' '.' | sed 's/ \+/./g' | sed 's/\.\+/./g'`30 31 if [ -z "$FILENAME" ]; then32 FILENAME=none33 fi34 35 11 # curl https://kinox.su/779-meine-teuflisch-gute-freundin-2018. 36 12 … … 40 16 NAME=KinoXsu 41 17 42 mkdir $TMP > /dev/null 2>&1 18 case $2 in 19 init) echo skip load hoster.sh;; 20 *) . /tmp/localhoster/hoster.sh 21 mkdir $TMP > /dev/null 2>&1 22 FILENAME="$PARSER $INPUT $CURPAGE $MAXPAGE $PAGE" 23 FILENAME=$(echo $FILENAME | tr '&' '.' | tr '/' '.' | tr '?' '.' | tr '=' '.' | sed -e 's/\&\+/./g' -e 's#\/\+#.#g' -e 's/\?\+/./g' -e 's/;\+/./g' -e 's/=\+/./g' -e 's/ \+/./g' -e 's/\.\+/./g') 24 if [ -z "$FILENAME" ]; then FILENAME=none;fi 25 PICNAME="$FILENAME" 26 ;; 27 esac 43 28 44 29 if [ `echo $SRC | grep ^"/mnt/parser" | wc -l` -gt 0 ];then -
titan/mediathek/localparser_secret/kkiste.sh
r42464 r44502 1 1 #!/bin/bash 2 2 # box parser for titannit 3 4 case $2 in5 init) echo skip load hoster.sh;;6 *) . /tmp/localhoster/hoster.sh;;7 esac8 3 9 4 SRC=$1 … … 12 7 NEXT=$4 13 8 14 FILENAME=`echo $PAGE | tr '/' '.' | tr '?' '.' | tr '=' '.'`15 FILENAME=`echo $FILENAME | tr '&' '.'`16 17 if [ -z "$FILENAME" ]; then18 FILENAME=none19 fi20 21 9 URL="http://kkiste.to/" 22 10 PARSER=`echo $SRC | tr '/' '\n' | tail -n1 | sed 's/.sh//'` 23 11 NAME=`echo -n ${PARSER:0:2} | tr '[a-z]' '[A-Z]'`${PARSER:2} 24 12 25 mkdir $TMP > /dev/null 2>&1 13 case $2 in 14 init) echo skip load hoster.sh;; 15 *) . /tmp/localhoster/hoster.sh 16 mkdir $TMP > /dev/null 2>&1 17 FILENAME="$PARSER $INPUT $PAGE $NEXT" 18 FILENAME=$(echo $FILENAME | tr '&' '.' | tr '/' '.' | tr '?' '.' | tr '=' '.' | sed -e 's/\&\+/./g' -e 's#\/\+#.#g' -e 's/\?\+/./g' -e 's/;\+/./g' -e 's/=\+/./g' -e 's/ \+/./g' -e 's/\.\+/./g') 19 if [ -z "$FILENAME" ]; then FILENAME=none;fi 20 PICNAME="$FILENAME" 21 ;; 22 esac 26 23 27 24 if [ `echo $SRC | grep ^"/mnt/parser" |wc -l` -gt 0 ];then -
titan/mediathek/localparser_secret/meinkino.sh
r42464 r44502 1 1 #!/bin/sh 2 2 # first sh box parser for titannit mfg obi 3 4 case $2 in5 init) echo skip load hoster.sh;;6 *) . /tmp/localhoster/hoster.sh;;7 esac8 3 9 4 SRC=$1 … … 14 9 PARSER=`echo $SRC | tr '/' '\n' | tail -n1 | sed 's/.sh//'` 15 10 16 FILENAME="$PARSER $INPUT $PAGE $NEXT $PAGE2"17 FILENAME=`echo $FILENAME | tr '&' '.' | tr '/' '.' | tr '?' '.' | tr '=' '.' | sed 's/ \+/./g' | sed 's/\.\+/./g'`18 19 11 if [ -z "$FILENAME" ]; then 20 12 FILENAME=none … … 24 16 NAME=MeinKino 25 17 26 mkdir $TMP > /dev/null 2>&1 18 case $2 in 19 init) echo skip load hoster.sh;; 20 *) . /tmp/localhoster/hoster.sh 21 mkdir $TMP > /dev/null 2>&1 22 FILENAME="$PARSER $INPUT $PAGE $NEXT $PAGE2" 23 FILENAME=$(echo $FILENAME | tr '&' '.' | tr '/' '.' | tr '?' '.' | tr '=' '.' | sed -e 's/\&\+/./g' -e 's#\/\+#.#g' -e 's/\?\+/./g' -e 's/;\+/./g' -e 's/=\+/./g' -e 's/ \+/./g' -e 's/\.\+/./g') 24 if [ -z "$FILENAME" ]; then FILENAME=none;fi 25 PICNAME="$FILENAME" 26 ;; 27 esac 27 28 28 29 if [ `echo $SRC | grep ^"/mnt/parser" | wc -l` -gt 0 ];then -
titan/mediathek/localparser_secret/movie2kag.sh
r43356 r44502 1 1 #!/bin/sh 2 2 # first sh box parser for titannit mfg obi 3 4 case $2 in5 init) echo skip load hoster.sh;;6 *) . /tmp/localhoster/hoster.sh;;7 esac8 9 #SRC=$110 #INPUT=$211 #PAGE=$312 #NEXT=$413 #14 #FILENAME=`echo $PAGE | tr '/' '.'`15 #FILENAME=`echo $FILENAME | tr '&' '.'`16 #17 #if [ -z "$PAGE" ]; then18 # FILENAME=none19 #fi20 3 21 4 SRC=$1 … … 26 9 PARSER=`echo $SRC | tr '/' '\n' | tail -n1 | sed 's/.sh//'` 27 10 28 FILENAME="$PARSER $INPUT $PAGE $NEXT $PAGE2"29 FILENAME=`echo $FILENAME | sed -e 's/\-\+/./g' | sed -e 's/\+\+/./g' | tr '&' '.' | tr '/' '.' | tr '?' '.' | tr '=' '.' | sed 's/ \+/./g' | sed 's/\.\+/./g'`30 31 if [ -z "$FILENAME" ]; then32 FILENAME=none33 fi34 35 11 URL=http://www.movie2k.ag/ 36 12 PARSER=`echo $SRC | tr '/' '\n' | tail -n1 | sed 's/.sh//'` 37 13 NAME=movie2k.ag 38 14 39 mkdir $TMP > /dev/null 2>&1 15 case $2 in 16 init) echo skip load hoster.sh;; 17 *) . /tmp/localhoster/hoster.sh 18 mkdir $TMP > /dev/null 2>&1 19 FILENAME="$PARSER $INPUT $PAGE $NEXT $PAGE2" 20 FILENAME=$(echo $FILENAME | tr '&' '.' | tr '/' '.' | tr '?' '.' | tr '=' '.' | sed -e 's/\&\+/./g' -e 's#\/\+#.#g' -e 's/\?\+/./g' -e 's/;\+/./g' -e 's/=\+/./g' -e 's/ \+/./g' -e 's/\.\+/./g') 21 if [ -z "$FILENAME" ]; then FILENAME=none;fi 22 PICNAME="$FILENAME" 23 ;; 24 esac 40 25 41 26 if [ `echo $SRC | grep ^"/mnt/parser" | wc -l` -gt 0 ];then -
titan/mediathek/localparser_secret/movie4k.sh
r44501 r44502 1 1 #!/bin/sh 2 2 # first sh box parser for titannit mfg obi 3 4 case $2 in5 init) echo skip load hoster.sh;;6 *) . /tmp/localhoster/hoster.sh;;7 esac8 9 #SRC=$110 #INPUT=$211 #PAGE=$312 #NEXT=$413 #14 #FILENAME=`echo $PAGE | tr '/' '.'`15 #FILENAME=`echo $FILENAME | tr '&' '.'`16 #17 #if [ -z "$PAGE" ]; then18 # FILENAME=none19 #fi20 3 21 4 SRC=$1 … … 26 9 PARSER=`echo $SRC | tr '/' '\n' | tail -n1 | sed 's/.sh//'` 27 10 28 FILENAME="$PARSER $INPUT $PAGE $NEXT $PAGE2"29 FILENAME=`echo $FILENAME | tr '&' '.' | tr '/' '.' | tr '?' '.' | tr '=' '.' | sed 's/ \+/./g' | sed 's/\.\+/./g'`30 31 if [ -z "$FILENAME" ]; then32 FILENAME=none33 fi34 35 11 #URL=http://movie4k.to 36 12 URL=https://www2.movie4k.org/ … … 39 15 NAME=Movie4k 40 16 41 mkdir $TMP > /dev/null 2>&1 17 case $2 in 18 init) echo skip load hoster.sh;; 19 *) . /tmp/localhoster/hoster.sh 20 mkdir $TMP > /dev/null 2>&1 21 FILENAME="$PARSER $INPUT $PAGE $NEXT $PAGE2" 22 FILENAME=$(echo $FILENAME | tr '&' '.' | tr '/' '.' | tr '?' '.' | tr '=' '.' | sed -e 's/\&\+/./g' -e 's#\/\+#.#g' -e 's/\?\+/./g' -e 's/;\+/./g' -e 's/=\+/./g' -e 's/ \+/./g' -e 's/\.\+/./g') 23 if [ -z "$FILENAME" ]; then FILENAME=none;fi 24 PICNAME="$FILENAME" 25 ;; 26 esac 42 27 43 28 if [ `echo $SRC | grep ^"/mnt/parser" | wc -l` -gt 0 ];then -
titan/mediathek/localparser_secret/movie4kio.sh
r43087 r44502 1 1 #!/bin/sh 2 2 # first sh box parser for titannit mfg obi 3 4 case $2 in5 init) echo skip load hoster.sh;;6 *) . /tmp/localhoster/hoster.sh;;7 esac8 9 #SRC=$110 #INPUT=$211 #PAGE=$312 #NEXT=$413 #14 #FILENAME=`echo $PAGE | tr '/' '.'`15 #FILENAME=`echo $FILENAME | tr '&' '.'`16 #17 #if [ -z "$PAGE" ]; then18 # FILENAME=none19 #fi20 3 21 4 SRC=$1 … … 26 9 PARSER=`echo $SRC | tr '/' '\n' | tail -n1 | sed 's/.sh//'` 27 10 28 FILENAME="$PARSER $INPUT $PAGE $NEXT $PAGE2"29 FILENAME=`echo $FILENAME | tr '&' '.' | tr '/' '.' | tr '?' '.' | tr '=' '.' | sed 's/ \+/./g' | sed 's/\.\+/./g'`30 31 if [ -z "$FILENAME" ]; then32 FILENAME=none33 fi34 35 11 #URL=http://movie4k.to 36 12 URL=https://movie4k.io … … 38 14 NAME=Movie4kio 39 15 40 mkdir $TMP > /dev/null 2>&1 16 case $2 in 17 init) echo skip load hoster.sh;; 18 *) . /tmp/localhoster/hoster.sh 19 mkdir $TMP > /dev/null 2>&1 20 FILENAME="$PARSER $INPUT $PAGE $NEXT $PAGE2" 21 FILENAME=$(echo $FILENAME | tr '&' '.' | tr '/' '.' | tr '?' '.' | tr '=' '.' | sed -e 's/\&\+/./g' -e 's#\/\+#.#g' -e 's/\?\+/./g' -e 's/;\+/./g' -e 's/=\+/./g' -e 's/ \+/./g' -e 's/\.\+/./g') 22 if [ -z "$FILENAME" ]; then FILENAME=none;fi 23 PICNAME="$FILENAME" 24 ;; 25 esac 41 26 42 27 if [ `echo $SRC | grep ^"/mnt/parser" | wc -l` -gt 0 ];then -
titan/mediathek/localparser_secret/myspass.sh
r44471 r44502 1 1 #!/bin/sh 2 2 # first sh box parser for titannit mfg obi 3 4 case $2 in5 init) echo skip load hoster.sh;;6 *) . /tmp/localhoster/hoster.sh;;7 esac8 3 9 4 SRC=$1 … … 13 8 PARSER=`echo $SRC | tr '/' '\n' | tail -n1 | sed 's/.sh//'` 14 9 15 FILENAME="`echo $SRC | tr '/' '\n' | tail -n1 | sed 's/.sh//'` $INPUT $PAGE $NEXT"16 FILENAME="`echo $FILENAME | sed -e 's/\&\+/./g' -e 's#\/\+#.#g' -e 's/\?\+/./g' -e 's/;\+/./g' -e 's/=\+/./g' -e 's/ \+/./g' -e 's/\.\+/./g'`"17 PICNAME=`echo $FILENAME`18 19 if [ -z "$FILENAME" ]; then20 FILENAME=none21 fi22 23 10 #URL=http://www.myspass.de 24 11 URL=http://m.myspass.de 25 12 NAME="MySpass" 26 13 27 mkdir $TMP > /dev/null 2>&1 14 case $2 in 15 init) echo skip load hoster.sh;; 16 *) . /tmp/localhoster/hoster.sh 17 mkdir $TMP > /dev/null 2>&1 18 FILENAME="$PARSER $INPUT $PAGE $NEXT $PAGE2" 19 FILENAME=$(echo $FILENAME | tr '&' '.' | tr '/' '.' | tr '?' '.' | tr '=' '.' | sed -e 's/\&\+/./g' -e 's#\/\+#.#g' -e 's/\?\+/./g' -e 's/;\+/./g' -e 's/=\+/./g' -e 's/ \+/./g' -e 's/\.\+/./g') 20 if [ -z "$FILENAME" ]; then FILENAME=none;fi 21 PICNAME="$FILENAME" 22 ;; 23 esac 28 24 29 25 if [ `echo $SRC | grep ^"/mnt/parser" | wc -l` -gt 0 ];then -
titan/mediathek/localparser_secret/openloadmovie.sh
r44051 r44502 1 1 #!/bin/sh 2 2 # first sh box parser for titannit mfg obi 3 4 case $2 in5 init) echo skip load hoster.sh;;6 *) . /tmp/localhoster/hoster.sh;;7 esac8 3 9 4 SRC=$1 … … 14 9 PARSER=`echo $SRC | tr '/' '\n' | tail -n1 | sed 's/.sh//'` 15 10 16 FILENAME="`echo $SRC | tr '/' '\n' | tail -n1 | sed 's/.sh//'` $INPUT $PAGE $NEXT"17 FILENAME="`echo $FILENAME | sed -e 's/\&\+/./g' -e 's#\/\+#.#g' -e 's/\?\+/./g' -e 's/;\+/./g' -e 's/=\+/./g' -e 's/ \+/./g' -e 's/\.\+/./g'`"18 PICNAME=`echo $FILENAME`19 20 if [ -z "$FILENAME" ]; then21 FILENAME=none22 fi23 24 11 URL=http://openloadmovie.co 25 12 #PARSER=`echo $SRC | tr '/' '\n' | tail -n1 | sed 's/.sh//'` 26 13 NAME=OpenloadMovie 27 14 28 #rm -rf $TMP > /dev/null 2>&1 29 mkdir $TMP > /dev/null 2>&1 15 case $2 in 16 init) echo skip load hoster.sh;; 17 *) . /tmp/localhoster/hoster.sh 18 mkdir $TMP > /dev/null 2>&1 19 FILENAME="$PARSER $INPUT $PAGE $NEXT" 20 FILENAME=$(echo $FILENAME | tr '&' '.' | tr '/' '.' | tr '?' '.' | tr '=' '.' | sed -e 's/\&\+/./g' -e 's#\/\+#.#g' -e 's/\?\+/./g' -e 's/;\+/./g' -e 's/=\+/./g' -e 's/ \+/./g' -e 's/\.\+/./g') 21 if [ -z "$FILENAME" ]; then FILENAME=none;fi 22 PICNAME="$FILENAME" 23 ;; 24 esac 30 25 31 26 if [ `echo $SRC | grep ^"/mnt/parser" | wc -l` -gt 0 ];then -
titan/mediathek/localparser_secret/pornhub.sh
r43491 r44502 1 1 #!/bin/sh 2 2 # first sh box parser for titannit mfg obi 3 4 case $2 in5 init) echo skip load hoster.sh;;6 *) . /tmp/localhoster/hoster.sh;;7 esac8 3 9 4 SRC=$1 … … 13 8 PARSER=`echo $SRC | tr '/' '\n' | tail -n1 | sed 's/.sh//'` 14 9 15 FILENAME="`echo $SRC | tr '/' '\n' | tail -n1 | sed 's/.sh//'` $INPUT $PAGE $NEXT"16 FILENAME="`echo $FILENAME | sed -e 's/\&\+/./g' -e 's#\/\+#.#g' -e 's/\?\+/./g' -e 's/;\+/./g' -e 's/=\+/./g' -e 's/ \+/./g' -e 's/\.\+/./g'`"17 PICNAME=`echo $FILENAME`18 19 if [ -z "$FILENAME" ]; then20 FILENAME=none21 fi22 23 10 URL=http://www.pornhub.com 24 11 NAME="Pornhub" 25 12 26 mkdir $TMP > /dev/null 2>&1 13 case $2 in 14 init) echo skip load hoster.sh;; 15 *) . /tmp/localhoster/hoster.sh 16 mkdir $TMP > /dev/null 2>&1 17 FILENAME="$PARSER $INPUT $PAGE $NEXT" 18 FILENAME=$(echo $FILENAME | tr '&' '.' | tr '/' '.' | tr '?' '.' | tr '=' '.' | sed -e 's/\&\+/./g' -e 's#\/\+#.#g' -e 's/\?\+/./g' -e 's/;\+/./g' -e 's/=\+/./g' -e 's/ \+/./g' -e 's/\.\+/./g') 19 if [ -z "$FILENAME" ]; then FILENAME=none;fi 20 PICNAME="$FILENAME" 21 ;; 22 esac 27 23 28 24 if [ `echo $SRC | grep ^"/mnt/parser" | wc -l` -gt 0 ];then -
titan/mediathek/localparser_secret/serienstream.sh
r43491 r44502 38 38 NAME=SerienStream 39 39 40 mkdir $TMP > /dev/null 2>&1 40 case $2 in 41 init) echo skip mkdir $TMP;; 42 *) if [ ! -e $TMP ];then mkdir $TMP;fi > /dev/null 2>&1;; 43 esac 41 44 42 45 if [ `echo $SRC | grep ^"/mnt/parser" | wc -l` -gt 0 ];then -
titan/mediathek/localparser_secret/sportsondemand.sh
r44481 r44502 1 1 #!/bin/sh 2 2 # first sh box parser for titannit mfg obi 3 4 case $2 in5 init) echo skip load hoster.sh;;6 *) . /tmp/localhoster/hoster.sh;;7 esac8 3 9 4 SRC=$1 … … 14 9 PARSER=`echo $SRC | tr '/' '\n' | tail -n1 | sed 's/.sh//'` 15 10 16 FILENAME="`echo $SRC | tr '/' '\n' | tail -n1 | sed 's/.sh//'` $INPUT $PAGE $NEXT"17 FILENAME="`echo $FILENAME | sed -e 's/\&\+/./g' -e 's#\/\+#.#g' -e 's/\?\+/./g' -e 's/;\+/./g' -e 's/=\+/./g' -e 's/ \+/./g' -e 's/\.\+/./g'`"18 PICNAME=`echo $FILENAME`19 20 if [ -z "$FILENAME" ]; then21 FILENAME=none22 fi23 24 11 URL=http://livetv.sx 25 12 #PARSER=`echo $SRC | tr '/' '\n' | tail -n1 | sed 's/.sh//'` 26 13 NAME=Sports-On-Demand 27 14 28 #rm -rf $TMP > /dev/null 2>&1 29 mkdir $TMP > /dev/null 2>&1 15 case $2 in 16 init) echo skip load hoster.sh;; 17 *) . /tmp/localhoster/hoster.sh 18 mkdir $TMP > /dev/null 2>&1 19 FILENAME="$PARSER $INPUT $PAGE $NEXT" 20 FILENAME=$(echo $FILENAME | tr '&' '.' | tr '/' '.' | tr '?' '.' | tr '=' '.' | sed -e 's/\&\+/./g' -e 's#\/\+#.#g' -e 's/\?\+/./g' -e 's/;\+/./g' -e 's/=\+/./g' -e 's/ \+/./g' -e 's/\.\+/./g') 21 if [ -z "$FILENAME" ]; then FILENAME=none;fi 22 PICNAME="$FILENAME" 23 ;; 24 esac 30 25 31 26 if [ `echo $SRC | grep ^"/mnt/parser" | wc -l` -gt 0 ];then -
titan/mediathek/localparser_secret/streamcloud.sh
r43357 r44502 1 1 #!/bin/sh 2 2 # first sh box parser for titannit mfg obi 3 4 case $2 in5 init) echo skip load hoster.sh;;6 *) . /tmp/localhoster/hoster.sh;;7 esac8 9 #SRC=$110 #INPUT=$211 #PAGE=$312 #NEXT=$413 #14 #FILENAME=`echo $PAGE | tr '/' '.'`15 #FILENAME=`echo $FILENAME | tr '&' '.'`16 #17 #if [ -z "$PAGE" ]; then18 # FILENAME=none19 #fi20 3 21 4 SRC=$1 … … 26 9 PARSER=`echo $SRC | tr '/' '\n' | tail -n1 | sed 's/.sh//'` 27 10 28 FILENAME="$PARSER $INPUT $PAGE $NEXT $PAGE2"29 FILENAME=`echo $FILENAME | sed -e 's/\-\+/./g' | sed -e 's/\+\+/./g' | tr '&' '.' | tr '/' '.' | tr '?' '.' | tr '=' '.' | sed 's/ \+/./g' | sed 's/\.\+/./g'`30 31 if [ -z "$FILENAME" ]; then32 FILENAME=none33 fi34 35 11 URL=http://streamcloud.me 36 12 PARSER=`echo $SRC | tr '/' '\n' | tail -n1 | sed 's/.sh//'` 37 13 NAME=Streamcloud.me 38 14 39 mkdir $TMP > /dev/null 2>&1 15 case $2 in 16 init) echo skip load hoster.sh;; 17 *) . /tmp/localhoster/hoster.sh 18 mkdir $TMP > /dev/null 2>&1 19 FILENAME="$PARSER $INPUT $PAGE $NEXT $PAGE2" 20 FILENAME=$(echo $FILENAME | tr '&' '.' | tr '/' '.' | tr '?' '.' | tr '=' '.' | sed -e 's/\&\+/./g' -e 's#\/\+#.#g' -e 's/\?\+/./g' -e 's/;\+/./g' -e 's/=\+/./g' -e 's/ \+/./g' -e 's/\.\+/./g') 21 if [ -z "$FILENAME" ]; then FILENAME=none;fi 22 PICNAME="$FILENAME" 23 ;; 24 esac 40 25 41 26 if [ `echo $SRC | grep ^"/mnt/parser" | wc -l` -gt 0 ];then -
titan/mediathek/localparser_secret/streamlive.sh
r42594 r44502 1 1 #!/bin/sh 2 2 # first sh box parser for titannit mfg obi 3 4 case $2 in5 init) echo skip load hoster.sh;;6 *) . /tmp/localhoster/hoster.sh;;7 esac8 3 9 4 SRC=$1 … … 12 7 PAGE=$4 13 8 14 FILENAME=`echo $PAGE | tr '/' '.'`15 FILENAME=`echo $FILENAME | tr '&' '.'`16 17 if [ -z "$PAGE" ]; then18 FILENAME=none19 fi20 21 9 URL=www.streamlive.to 22 10 PARSER=`echo $SRC | tr '/' '\n' | tail -n1 | sed 's/.sh//'` 23 11 NAME=StreamLive 24 12 25 mkdir $TMP > /dev/null 2>&1 13 case $2 in 14 init) echo skip load hoster.sh;; 15 *) . /tmp/localhoster/hoster.sh 16 mkdir $TMP > /dev/null 2>&1 17 FILENAME="$PARSER $INPUT $FROM $PAGE" 18 FILENAME=$(echo $FILENAME | tr '&' '.' | tr '/' '.' | tr '?' '.' | tr '=' '.' | sed -e 's/\&\+/./g' -e 's#\/\+#.#g' -e 's/\?\+/./g' -e 's/;\+/./g' -e 's/=\+/./g' -e 's/ \+/./g' -e 's/\.\+/./g') 19 if [ -z "$FILENAME" ]; then FILENAME=none;fi 20 PICNAME="$FILENAME" 21 ;; 22 esac 26 23 27 24 if [ `echo $SRC | grep ^"/mnt/parser" | wc -l` -gt 0 ];then -
titan/mediathek/localparser_secret/tata.sh
r42937 r44502 1 1 #!/bin/sh 2 2 # first sh box parser for titannit mfg obi 3 4 case $2 in5 init) echo skip load hoster.sh;;6 *) . /tmp/localhoster/hoster.sh;;7 esac8 3 9 4 SRC=$1 … … 11 6 PAGE=$3 12 7 13 FILENAME=`echo $PAGE | tr '/' '.'`14 FILENAME=`echo $FILENAME | tr '&' '.'`15 16 if [ -z "$PAGE" ]; then17 FILENAME=none18 fi19 20 8 URL=https://www.tata.to 21 9 PARSER=`echo $SRC | tr '/' '\n' | tail -n1 | sed 's/.sh//'` 22 10 NAME="Tata" 23 11 24 mkdir $TMP > /dev/null 2>&1 25 #TMP=/tmp/localcache 12 case $2 in 13 init) echo skip load hoster.sh;; 14 *) . /tmp/localhoster/hoster.sh 15 mkdir $TMP > /dev/null 2>&1 16 FILENAME="$PARSER $INPUT $PAGE $NEXT $PAGE2" 17 FILENAME=$(echo $FILENAME | tr '&' '.' | tr '/' '.' | tr '?' '.' | tr '=' '.' | sed -e 's/\&\+/./g' -e 's#\/\+#.#g' -e 's/\?\+/./g' -e 's/;\+/./g' -e 's/=\+/./g' -e 's/ \+/./g' -e 's/\.\+/./g') 18 if [ -z "$FILENAME" ]; then FILENAME=none;fi 19 PICNAME="$FILENAME" 20 ;; 21 esac 22 26 23 if [ `echo $SRC | grep ^"/mnt/parser" | wc -l` -gt 0 ];then 27 24 TYPE="$SRC - Shell script" -
titan/mediathek/localparser_secret/thesolarmovie.sh
r42464 r44502 1 1 #!/bin/sh 2 2 # first sh box parser for titannit mfg obi 3 4 case $2 in5 init) echo skip load hoster.sh;;6 *) . /tmp/localhoster/hoster.sh;;7 esac8 3 9 4 SRC=$1 … … 13 8 NEXT=$5 14 9 15 FILENAME=`echo $PAGE | tr '/' '.'`16 FILENAME=`echo $FILENAME | tr '&' '.'`17 18 if [ -z "$PAGE" ]; then19 FILENAME=none20 fi21 22 10 URL=http://thesolarmoviehd.com 23 11 PARSER=`echo $SRC | tr '/' '\n' | tail -n1 | sed 's/.sh//'` 24 12 NAME=TheSolarMovie 25 13 26 mkdir $TMP > /dev/null 2>&1 14 case $2 in 15 init) echo skip load hoster.sh;; 16 *) . /tmp/localhoster/hoster.sh 17 mkdir $TMP > /dev/null 2>&1 18 FILENAME="$PARSER $INPUT $FROM $PAGE $NEXT" 19 FILENAME=$(echo $FILENAME | tr '&' '.' | tr '/' '.' | tr '?' '.' | tr '=' '.' | sed -e 's/\&\+/./g' -e 's#\/\+#.#g' -e 's/\?\+/./g' -e 's/;\+/./g' -e 's/=\+/./g' -e 's/ \+/./g' -e 's/\.\+/./g') 20 if [ -z "$FILENAME" ]; then FILENAME=none;fi 21 PICNAME="$FILENAME" 22 ;; 23 esac 27 24 28 25 if [ `echo $SRC | grep ^"/mnt/parser" | wc -l` -gt 0 ];then -
titan/mediathek/localparser_secret/tvnow.sh
r42464 r44502 1 1 #!/bin/sh 2 2 # first sh box parser for titannit mfg obi 3 4 case $2 in5 init) echo skip load hoster.sh;;6 *) . /tmp/localhoster/hoster.sh;;7 esac8 3 9 4 SRC=$1 … … 14 9 PARSER=`echo $SRC | tr '/' '\n' | tail -n1 | sed 's/.sh//'` 15 10 16 ## start filename work, filename to long17 LIST="5B 1896 500 page Id 7B 22 5D 7D filter containsNotIn Disabled maxPerPage v3 formats? fields= id, title, station, title, titleGroup, seoUrl, icon, hasFreeEpisodes, hasPayEpisodes, categoryId, searchAliasName, genres fields= formatTabs. formatTabPages. container. annualNavigation"18 TMPPAGE="$PAGE"19 for ROUND in $LIST; do20 TMPPAGE=$(echo $TMPPAGE | sed "s/$ROUND/./g")21 done22 TMPPAGE=`echo $TMPPAGE | tr ':' '.' | tr '*' '.' | tr ',' '.' | tr '-' '.' | tr '%' '.' | tr '&' '.' | tr '/' '.' | tr '?' '.' | tr '=' '.' | sed 's/ \+/./g' | sed 's/\.\+/./g'`23 ## done24 25 #FILENAME="$PARSER $INPUT $PAGE $NEXT $PAGE2"26 FILENAME="$PARSER $INPUT $TMPPAGE $NEXT $PAGE2"27 FILENAME=`echo $FILENAME | tr '&' '.' | tr '/' '.' | tr '?' '.' | tr '=' '.' | sed 's/ \+/./g' | sed 's/\.\+/./g'`28 29 if [ -z "$FILENAME" ]; then30 FILENAME=none31 fi32 33 11 URL=https://api.tvnow.de 34 12 PARSER=`echo $SRC | tr '/' '\n' | tail -n1 | sed 's/.sh//'` 35 13 NAME="TvNow" 36 14 37 mkdir $TMP > /dev/null 2>&1 38 #TMP=/tmp/localcache 15 case $2 in 16 init) echo skip load hoster.sh;; 17 *) . /tmp/localhoster/hoster.sh 18 mkdir $TMP > /dev/null 2>&1 19 ## start filename work, filename to long 20 LIST="5B 1896 500 page Id 7B 22 5D 7D filter containsNotIn Disabled maxPerPage v3 formats? fields= id, title, station, title, titleGroup, seoUrl, icon, hasFreeEpisodes, hasPayEpisodes, categoryId, searchAliasName, genres fields= formatTabs. formatTabPages. container. annualNavigation" 21 TMPPAGE="$PAGE" 22 for ROUND in $LIST; do 23 TMPPAGE=$(echo $TMPPAGE | sed "s/$ROUND/./g") 24 done 25 TMPPAGE=`echo $TMPPAGE | tr ':' '.' | tr '*' '.' | tr ',' '.' | tr '-' '.' | tr '%' '.' | tr '&' '.' | tr '/' '.' | tr '?' '.' | tr '=' '.' | sed 's/ \+/./g' | sed 's/\.\+/./g'` 26 ## done 27 28 FILENAME="$PARSER $INPUT $TMPPAGE $NEXT $PAGE2" 29 FILENAME=`echo $FILENAME | tr '&' '.' | tr '/' '.' | tr '?' '.' | tr '=' '.' | sed 's/ \+/./g' | sed 's/\.\+/./g'` 30 31 FILENAME=$(echo $FILENAME | tr '&' '.' | tr '/' '.' | tr '?' '.' | tr '=' '.' | sed -e 's/\&\+/./g' -e 's#\/\+#.#g' -e 's/\?\+/./g' -e 's/;\+/./g' -e 's/=\+/./g' -e 's/ \+/./g' -e 's/\.\+/./g') 32 if [ -z "$FILENAME" ]; then FILENAME=none;fi 33 PICNAME="$FILENAME" 34 ;; 35 esac 36 39 37 if [ `echo $SRC | grep ^"/mnt/parser" | wc -l` -gt 0 ];then 40 38 TYPE="$SRC - Shell script"
Note: See TracChangeset
for help on using the changeset viewer.