Skip to content

Commit

Permalink
oops; removing debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
gmn committed Apr 25, 2014
1 parent 97ce143 commit 8e8f44b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion 4chget
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ URLS=`echo $PAGE | tr ' ' '\n' | grep -E \/\/i.4cdn.org\/[a-z]+\/[0-9]*\.[jpg][p
if [ $(echo $URLS | wc -l | awk '{print $1}') -le 2 ]; then
URLS=`echo $URLS | tr ' ' '\n'`
fi
echo $URLS > OUT

#
# ARCHIVE option downloads html and thumbnails as well
Expand Down

0 comments on commit 8e8f44b

Please sign in to comment.