summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Graham <joseph@fibreglass.tunachunks>2013-08-04 16:28:15 +0100
committerJoseph Graham <joseph@fibreglass.tunachunks>2013-08-04 16:28:15 +0100
commitdd85e7484b576b5a6160ba836913c9bbfd32911f (patch)
tree8af39ffef9eee014228fc73f452f02d7fbd64b22
parentfc0b1c99ccf0bdd773f3391f1720a3c92aa4206a (diff)
fixed retrieval of page titles
-rw-r--r--hack_of_all_hacks2
1 files changed, 1 insertions, 1 deletions
diff --git a/hack_of_all_hacks b/hack_of_all_hacks
index 20d885c..e2f491f 100644
--- a/hack_of_all_hacks
+++ b/hack_of_all_hacks
@@ -142,7 +142,7 @@ EOF
url_to_get="${BASH_REMATCH}"
# If pbot is not present.
- if grep no pbot_present > /dev/null
+ if true #grep no pbot_present > /dev/null
then
the_title=$(
curl -L --compressed "${url_to_get}" 2> /dev/null |