summaryrefslogtreecommitdiffstats
path: root/bin/comics/extrafabulous
diff options
context:
space:
mode:
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!!"