3
1
Back

Catch (Exception $e) { $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']//img", $article); } // Something Positive if (!$alt_text){ Added BCN, Something Positive elseif (strpos($article['link'], 'www.robot-hugs.com/') !== FALSE) { $article['content'] = preg_replace('#(width|height)="150"#', '', $article['content']); // Joy of Tech } // Least I Could Do (wtf image size? Elseif (strpos($article['link'], 'www.geekculture.com/joyoftech/') !== FALSE) .

New Pull Request