Changeset 45035 for titan/mediathek/localhoster/hoster.sh
- Timestamp:
- 12/18/20 02:19:36 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/mediathek/localhoster/hoster.sh
r45034 r45035 398 398 voe() 399 399 { 400 curlbin=$(echo $curlbin | sed "s!$PROXY!!") 400 if [ ! -z "$PROXY" ];then 401 curlbin=$(echo $curlbin | sed "s!$PROXY!!") 402 fi 401 403 if [ "$ARCH" == "sh4" ];then 402 404 URL=`$curlbin "$INPUT" | sed -nr "s/.*src: '([^']+)'.*/\1/p" | sed 's/https:/http:/g'`
Note: See TracChangeset
for help on using the changeset viewer.