3
1
Back

Bytes .../Panels/MAGIC MISSILE VCF.png differ From e825437e5db64d4ef13181f883b9fe719cf4c2a1 Mon Sep 17 00:00:00 2001 Subject: [PATCH] drugs & wires, pilotside elseif (strpos($article["link"], "explosm.net/comics") !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//img[@id="main-comic"])', $article); } // Least I Could Do (wtf image size?) elseif (strpos($article['link'], 'www.robot-hugs.com/') !== FALSE) { // Poly In Pictures elseif (strpos($article['link'], 'paintraincomic.com/comic/') !== FALSE) { // XKCD (alt tags we don't need to call out for) $article['content'] = $this->get_img_tags($xpath, '(//img[@id="main-comic"])', $article); } Gunnerkrigg and cleanup of alt-tag-only sites Invisible Bread.

New Pull Request