Changeset 37133
- Timestamp:
- 02/13/16 21:36:15 (7 years ago)
- Location:
- titan/mediathek/localparser_secret
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/mediathek/localparser_secret/cricfree.sh
r37131 r37133 54 54 category() 55 55 { 56 echo "Channels#$SRC $SRC list channels /#http://atemio.dyndns.tv/mediathek/menu/categoty.jpg#categoty.jpg#$NAME#0" > >$TMP/$PARSER.$INPUT.list56 echo "Channels#$SRC $SRC list channels /#http://atemio.dyndns.tv/mediathek/menu/categoty.jpg#categoty.jpg#$NAME#0" > $TMP/$PARSER.$INPUT.list 57 57 echo "$TMP/$PARSER.$INPUT.list" 58 58 } … … 63 63 piccount=0 64 64 65 $ wgetbin $URL/$PAGE -O$TMP/cache.$PARSER.$FROM.$FILENAME.165 $curlbin $URL/$PAGE -o $TMP/cache.$PARSER.$FROM.$FILENAME.1 66 66 cat $TMP/cache.$PARSER.$FROM.$FILENAME.1 | tr '\n' '\r' | tr '\r' ' ' | tr '\n' ' ' | tr '\t' ' ' | sed 's/ \+/ /g' | sed 's!<li class="has-sub">!\n<li class="has-sub">!g' | grep ^'<li class="has-sub">' | sed 's!href=!\n<a href=!g' | grep ^'<a href=' | grep "http://cricfree.sx" | grep -v "/watch/live/" | cut -d '"' -f2 >$TMP/cache.$PARSER.$FROM.$FILENAME.2 67 67
Note: See TracChangeset
for help on using the changeset viewer.