3
1
Back

1.1 2012-04-12 fixed the arrow indicator code to be fixed elsewhere elseif (strpos($article['link'], 'www.timothywinchester.com/2') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@class='comic-wrap']", $article); //Sites that provide images and just need alt tags elseif (strpos($article['link'], 'http://www.geekculture.com/joyoftech/') !== FALSE.

New Pull Request