summaryrefslogtreecommitdiffstats
path: root/bin/comics/extrafabulous
diff options
context:
space:
mode:
authorPhillip Berndt <pberndt@spline.de>2018-07-23 21:39:57 +0200
committerPhillip Berndt <pberndt@spline.de>2018-07-23 21:39:57 +0200
commitf7b1e6f7d0770ac35ee4e15c833667474d3d99b4 (patch)
treee255b3d615d3789a86b6b99cb8bac8382559d1d0 /bin/comics/extrafabulous
parentb0bdcbd3f96621b1e145d0cefa33d0f1d87f5e68 (diff)
downloadcomics-f7b1e6f7d0770ac35ee4e15c833667474d3d99b4.tar.gz
comics-f7b1e6f7d0770ac35ee4e15c833667474d3d99b4.tar.bz2
comics-f7b1e6f7d0770ac35ee4e15c833667474d3d99b4.zip
Fix extrafabolous/smbc
Diffstat (limited to 'bin/comics/extrafabulous')
-rwxr-xr-xbin/comics/extrafabulous2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/comics/extrafabulous b/bin/comics/extrafabulous
index 46f1604..d8ec9b6 100755
--- a/bin/comics/extrafabulous
+++ b/bin/comics/extrafabulous
@@ -26,7 +26,7 @@ if [ -z $URL ]; then
fi
echo URL $URL gefunden
-URL=$(wget -O - "$URL" | sed -nre 's#.*<img src="(http://extrafabulouscomics.com/wp-content/[^"]+)".+#\1#p')
+URL=$(wget -O - "$URL" | sed -nre 's#.*<meta property="og:image" content="([^"]+)".+#\1#p')
if [ -z $URL ]; then
echo "Comic URL nicht gefunden!!"