3
1
Back

== '#' || $rel[0] == '?') { return $rel; } if ($rel[0] == '#' || $rel[0] == '?') { return $this->mangle_article($article); } catch (Exception $e) { $article['content'] = $this->get_img_tags($xpath, "//div[@id='content']/img", $article); } // Poorly Drawn Lines elseif (strpos($article["link"], "poorlydrawnlines.com/comic/") !== FALSE ) { $img_tag = $this->get_img_tags($xpath, "//div[@id='comic']/img", $article); } // Chainsawsuit elseif (strpos($article["link"], "berkeleymews.com/") !== FALSE.

New Pull Request