Skip to content

Commit

Permalink
crawler: fix order of wget option (bug:D)
Browse files Browse the repository at this point in the history
  • Loading branch information
icy committed Sep 26, 2014
1 parent d2d7200 commit bb74726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion craw.sh
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ _main() {
| sed -e 's#/d/msg/#/forum/message/raw?msg=#g' \
| while read _url; do
_id="$(echo "$_url"| sed -e "s#.*=$_GROUP/##g" -e 's#/#.#g')"
echo "__wget__ \"$_url\" \"$_D_OUTPUT/mbox/m.${_id}\""
echo "__wget__ \"$_D_OUTPUT/mbox/m.${_id}\" \"$_url\""
done
}

Expand Down

0 comments on commit bb74726

Please sign in to comment.