Changeset 43084 for titan/mediathek/localparser_secret/movie4k.sh
- Timestamp:
- 12/03/18 22:33:12 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/mediathek/localparser_secret/movie4k.sh
r42614 r43084 34 34 35 35 #URL=http://movie4k.to 36 URL=http://movie4kto.st 36 URL=https://movie4k.to/ 37 37 38 PARSER=`echo $SRC | tr '/' '\n' | tail -n1 | sed 's/.sh//'` 38 39 NAME=Movie4k … … 63 64 echo "Tv-Shows (A-Z)#$SRC $SRC sortedtv#http://atemio.dyndns.tv/mediathek/menu/tv-shows.jpg#tv-shows.jpg#$NAME#0" >>$TMP/$FILENAME.list 64 65 echo "Tv-Shows (Genre)#$SRC $SRC genretv#http://atemio.dyndns.tv/mediathek/menu/movie.genre.jpg#movie.genre.jpg#$NAME#0" >>$TMP/$FILENAME.list 65 echo "Search#$SRC $SRC search 'movies.php?list=search&search=%search%'#http://atemio.dyndns.tv/mediathek/menu/search.jpg#search.jpg#$NAME#112" >>$TMP/$FILENAME.list 66 echo "Search Movie#$SRC $SRC search 'movies.php?list=search&search=%search%'#http://atemio.dyndns.tv/mediathek/menu/search.jpg#search.jpg#$NAME#112" >>$TMP/$FILENAME.list 67 echo "Search Tv#$SRC $SRC searchtv 'movies.php?list=search&search=%search%'#http://atemio.dyndns.tv/mediathek/menu/search.jpg#search.jpg#$NAME#112" >>$TMP/$FILENAME.list 66 68 echo "$TMP/$FILENAME.list" 67 69 } … … 391 393 } 392 394 393 394 395 search() 395 396 { … … 497 498 echo "$TMP/$FILENAME.list" 498 499 } 499 500 500 501 501 hosterlistold() … … 613 613 } 614 614 615 616 615 case $INPUT in 617 616 init) $INPUT;;
Note: See TracChangeset
for help on using the changeset viewer.