3
1
Back

"//div[@class='comic-wrap']//img[@class='comic']", $article); elseif (strpos($article['link'], 'www.geekculture.com/joyoftech/') !== FALSE) { // Invisible Bread (make the bread visible $bread_page_url = $bread->getAttribute('href'); $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='imgdiv']//img", $article); //also get the blog $article['content'] = $doc->saveHTML(); elseif (strpos($article['link'], 'gunnerkrigg.com/?p') !== FALSE) { // slightly complicated; the link is to say, a work at sc-fa.com. Permissions beyond the scope of this.

New Pull Request