Changeset 42636 for titan


Ignore:
Timestamp:
08/09/18 17:40:32 (6 years ago)
Author:
obi
Message:

tithek hoster add i386 support

File:
1 edited

Legend:

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

    r42600 r42636  
    3535youtubebinbg="$CMD/lib/youtube_dl/__main__.py --no-check-certificate --cookies /mnt/network/cookies --user-agent $USERAGENT --format mp4 --restrict-filenames --ignore-errors --output"
    3636hlsdlbg="$HLSBIN -u $USERAGENT -o"
     37
     38if [ "$ARCH" == "i386" ]; then
     39BIN=/usr/bin/python
     40HLSBIN=/usr/bin/hlsdl
     41CURLBIN=/usr/bin/curl
     42DUKBIN=/usr/bin/duk
     43fi
    3744
    3845if [ -e /mnt/network/cookies ];then sed 's/#HttpOnly_//g' -i /mnt/network/cookies; fi
Note: See TracChangeset for help on using the changeset viewer.