Skip to content

Commit

Permalink
Fix regexp in thead listing. Cf. #6
Browse files Browse the repository at this point in the history
  • Loading branch information
icy committed Oct 7, 2015
1 parent 1bdc14f commit 6881fc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crawler.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ _download_page() {
| awk '{print $NF}' \
> "$_f_output"

if ! _url="$(grep -E '_escaped_fragment_=.*false%5D' "$_f_output")"; then
if ! _url="$(grep -E -- "_escaped_fragment_=((forum)|(topic))/$_GROUP" "$_f_output")"; then
break
fi

Expand Down

0 comments on commit 6881fc2

Please sign in to comment.