diff --git a/tostracker.sh b/tostracker.sh index 853fa59..3bfa98f 100755 --- a/tostracker.sh +++ b/tostracker.sh @@ -84,7 +84,7 @@ function getcontent() { # 1=url 2=outputfile local outfile="$2" if [[ -n $LYNX ]]; then - curl -sL "$url" | ${LYNX} -stdin -dump -list_inline > "${outfile}" + curl -sL "$url" | ${LYNX} -stdin -dump -nolist > "${outfile}" else curl -sL "$url" | ${SED} 's/>/>\n/g;s/$" > "${outfile}" fi