Changeset 39980


Ignore:
Timestamp:
02/10/17 20:11:21 (6 years ago)
Author:
obi
Message:

fix

File:
1 edited

Legend:

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

    r39975 r39980  
    280280                                cat $TMP/cache.$PARSER.$INPUT.$FROM.$FILENAME.3 | tr '\n' ' ' | tr '\n' ' ' | tr '\t' ' ' | sed 's/ \+/ /g' | sed 's!<iframe src=!\nfound=!g' | grep '^found=' | cut -d'"' -f2 | head -n1 >$TMP/cache.$PARSER.$INPUT.$FROM.$FILENAME.11
    281281                                URLTMP=`cat $TMP/cache.$PARSER.$INPUT.$FROM.$FILENAME.11`
    282                                 URLTMP=`echo $URLTMP | sed 's/true http/http/'`
    283                                 URLTMP=`echo $URLTMP | sed 's#true //#//#'`
     282                                URLTMP=`echo $URLTMP  | sed 's#//#\nhttps://#' | grep ^"https://"`
    284283#echo 555555gg $URLTMP
    285284
Note: See TracChangeset for help on using the changeset viewer.