Changeset 41216
- Timestamp:
- 11/19/17 21:06:57 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/mediathek/localparser_secret/sportsondemand.sh
r41212 r41216 596 596 fi 597 597 elif [ `echo $URLTMP | grep "openload.co" | wc -l` -eq 1 ];then 598 if [ "$debug" = "1" ]; then echo $INPUT bbbbbb $URLTMP; fi 599 # URL=`/tmp/localhoster/hoster.sh get http://openload.co/embed/EER0VdYdYOQ/` 598 if [ "$debug" = "1" ]; then echo $INPUT cccccc $URLTMP; fi 599 URL=`/tmp/localhoster/hoster.sh get $URLTMP` 600 elif [ `echo $URLTMP | grep "oload." | wc -l` -eq 1 ];then 601 if [ "$debug" = "1" ]; then echo $INPUT dddddd $URLTMP; fi 600 602 URL=`/tmp/localhoster/hoster.sh get $URLTMP` 601 603 elif [ `echo $URLTMP | grep "/embed/" | wc -l` -eq 1 ];then 602 if [ "$debug" = "1" ]; then echo $INPUT cccccc$URLTMP; fi604 if [ "$debug" = "1" ]; then echo $INPUT eeeeee $URLTMP; fi 603 605 604 606 $curlbin $URLTMP --referer $URL$PAGE -o $TMP/cache.$PARSER.$INPUT.$FROM.$FILENAME.3 … … 615 617 URL=`cat $TMP/cache.$PARSER.$INPUT.$FROM.$FILENAME.6` 616 618 elif [ `echo $URLTMP | grep "tinyurl" | wc -l` -eq 1 ];then 617 if [ "$debug" = "1" ]; then echo $INPUT eeeeee$URLTMP; fi619 if [ "$debug" = "1" ]; then echo $INPUT ffffff $URLTMP; fi 618 620 #<link rel="manifest" href="/manifest.json"><link rel="shortlink" href="https://youtu.be/016LXFHpFCk"><link rel="search" type="application/opensearchdescription+xml" href="https://www.youtube.com/opensearch?locale=de_DE" title="YouTube-Videosuche"><link rel="shortcut icon" href="https:/ 619 621 … … 621 623 cat $TMP/cache.$PARSER.$INPUT.$FROM.$FILENAME.3 | sed 's!<link rel!\n<link rel!g' | grep shortlink | sed 's#//#\nhttp://#' | grep ^"http://" | cut -d"'" -f1 | cut -d'"' -f1 >$TMP/cache.$PARSER.$INPUT.$FROM.$FILENAME.4 622 624 URLTMP=`cat $TMP/cache.$PARSER.$INPUT.$FROM.$FILENAME.4` 623 if [ "$debug" = "1" ]; then echo $INPUT ffffff$URLTMP; fi625 if [ "$debug" = "1" ]; then echo $INPUT ggggg $URLTMP; fi 624 626 625 627 ID=`echo $URLTMP | tr '/' '\n' | tail -n1` … … 637 639 fi 638 640 else 639 if [ "$debug" = "1" ]; then echo $INPUT gggggg$URLTMP; fi641 if [ "$debug" = "1" ]; then echo $INPUT hhhhhh $URLTMP; fi 640 642 URLTMP=`echo $URLTMP | sed 's#//#\nhttp://#' | grep ^"http://"` 641 if [ "$debug" = "1" ]; then echo $INPUT hhhhhh$URLTMP; fi643 if [ "$debug" = "1" ]; then echo $INPUT iiiiii $URLTMP; fi 642 644 643 645 $curlbin $URLTMP --referer $URL$PAGE -o $TMP/cache.$PARSER.$INPUT.$FROM.$FILENAME.3
Note: See TracChangeset
for help on using the changeset viewer.