summaryrefslogtreecommitdiffstats
path: root/bin/comics/cyanide
diff options
context:
space:
mode:
Diffstat (limited to 'bin/comics/cyanide')
-rwxr-xr-xbin/comics/cyanide2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/comics/cyanide b/bin/comics/cyanide
index 90e536d..dcbff82 100755
--- a/bin/comics/cyanide
+++ b/bin/comics/cyanide
@@ -29,7 +29,7 @@ fi
htmladdress="http://explosm.net/comics/$part"
echo "Cyanide and happyness: $htmladdress gefunden"
-browser="Mozilla/4.06 [en] (X11; I; Linux 2.0.35 i586)"
+browser="Mozilla/5.0 (Windows NT 10.0; WOW64; rv:46.0) Gecko/20100101 Firefox/46.0"
echo "Lese URL von $htmladdress"
url=$(wget ${wget_args} -O - --user-agent="$browser" "$htmladdress" | grep -oE 'files.explosm.net/comics/[^"]+' | head -n1)