Changeset 39800 for titan/mediathek/localparser_secret/nbaondemand.sh
- Timestamp:
- 01/25/17 02:44:42 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/mediathek/localparser_secret/nbaondemand.sh
r39417 r39800 239 239 URL=`cat $TMP/cache.$PARSER.$INPUT.$FROM.$FILENAME.6` 240 240 else 241 $curlbin $URLTMP--referer $URL$PAGE -o $TMP/cache.$PARSER.$INPUT.$FROM.$FILENAME.3241 $curlbin `echo $URLTMP | sed 's/true http/http/'` --referer $URL$PAGE -o $TMP/cache.$PARSER.$INPUT.$FROM.$FILENAME.3 242 242 cat $TMP/cache.$PARSER.$INPUT.$FROM.$FILENAME.3 | tr '\n' ' ' | tr '\n' ' ' | tr '\t' ' ' | sed 's/ \+/ /g' | sed 's!file:!\nfound=!g' | grep '^found=' | cut -d"'" -f2 | head -n1 >$TMP/cache.$PARSER.$INPUT.$FROM.$FILENAME.4 243 243 URL=`cat $TMP/cache.$PARSER.$INPUT.$FROM.$FILENAME.4`
Note: See TracChangeset
for help on using the changeset viewer.