Changeset 44995 for titan/mediathek/localhoster/hoster.sh
- Timestamp:
- 12/11/20 02:08:39 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/mediathek/localhoster/hoster.sh
r44994 r44995 212 212 videocode=`cat $TMP/cache.$FILENAME.1` 213 213 214 if [ "$ARCH" == "sh4" ];then 215 STREAMLIST="$TMP/$TYPE.$hoster.$FILENAME.streamlist" 216 echo "http://thevideos.ga/$videocode" > $STREAMLIST 217 #start dummy page not found then works playback without input/outout error 218 curl "http://thevideos.ga/$videocode" > /dev/null 2>&1 219 echo $STREAMLIST 220 else 221 STREAMLIST="$TMP/$TYPE.$hoster.$FILENAME.streamlist" 222 echo "https://thevideos.ga/$videocode" > $STREAMLIST 223 #start dummy page not found then works playback without input/outout error 224 curl "https://thevideos.ga/$videocode" > /dev/null 2>&1 225 echo $STREAMLIST 226 fi 214 STREAMLIST="$TMP/$TYPE.$hoster.$FILENAME.streamlist" 215 echo "https://thevideos.ga/$videocode" > $STREAMLIST 216 #start dummy page not found then works playback without input/outout error 217 curl "https://thevideos.ga/$videocode" > /dev/null 2>&1 218 echo $STREAMLIST 227 219 ####### 228 220 exit
Note: See TracChangeset
for help on using the changeset viewer.