Changeset 43090


Ignore:
Timestamp:
12/04/18 01:17:12 (5 years ago)
Author:
obi
Message:

add debug

Location:
titan/mediathek
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • titan/mediathek/localhoster/hoster.sh

    r42959 r43090  
    736736        echo "$BIN $youtubebin $INPUT $USER $PASS" > /tmp/.last_hoster_youtube_dl.log
    737737
    738         $BIN $youtubebin "$INPUT" $USER $PASS > $TMP/$TYPE.$hoster.$FILENAME.streamlist
     738        if [ ! -z "$INPUT" ];then
     739                $BIN $youtubebin "$INPUT" $USER $PASS > $TMP/$TYPE.$hoster.$FILENAME.streamlist
     740        else
     741                echo "errormsg=Error: Youtube DL has Emthy Url from Parser" > $TMP/$TYPE.$hoster.$FILENAME.streamlist
    739742#       cat $TMP/$TYPE.$hoster.$FILENAME.streamlist
    740743        echo $TMP/$TYPE.$hoster.$FILENAME.streamlist
  • titan/mediathek/localparser_secret/movie4k.sh

    r43089 r43090  
    700700                                                        if ( newpage != "" )
    701701                                                                print title "#" SRC " " SRC " hoster \x27" newpage "\x27#http://atemio.dyndns.tv/mediathek/menu/" pic ".jpg#" pic ".jpg#" NAME "#111"
     702                                                        else
     703                                                                print title "(ERROR)#" SRC " " SRC " hoster \x27" newpage "\x27#http://atemio.dyndns.tv/mediathek/menu/" pic ".jpg#" pic ".jpg#" NAME "#111"
    702704                                                }
    703705                                                next
Note: See TracChangeset for help on using the changeset viewer.