Changeset 42581


Ignore:
Timestamp:
07/29/18 00:23:28 (6 years ago)
Author:
obi
Message:

cleanup

Location:
titan/mediathek/localparser_secret
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • titan/mediathek/localparser_secret/movie2kag.sh

    r42579 r42581  
    262262        if [ ! -e "$TMP/$FILENAME.list" ]; then
    263263                piccount=0
    264                 $curlbin -v "$PAGE" -o "$TMP/cache.$FILENAME.1"
     264                $curlbin "$PAGE" -o "$TMP/cache.$FILENAME.1"   
    265265                cat $TMP/cache.$FILENAME.1 | tr '\n' ' ' | sed "s!</li></a><a!\nfound=!g" | grep -v javascript | grep ^found= >$TMP/cache.$FILENAME.2
    266266
  • titan/mediathek/localparser_secret/streamcloud.sh

    r42580 r42581  
    262262        if [ ! -e "$TMP/$FILENAME.list" ]; then
    263263                piccount=0
    264                 $curlbin -v "$PAGE" -o "$TMP/cache.$FILENAME.1"
     264                $curlbin "$PAGE" -o "$TMP/cache.$FILENAME.1"   
    265265                cat $TMP/cache.$FILENAME.1 | tr '\n' ' ' | sed "s!</li></a><a!\nfound=!g" | grep -v javascript | grep ^found= >$TMP/cache.$FILENAME.2
    266266
Note: See TracChangeset for help on using the changeset viewer.