3
1
Back

Kosmo_panel Subject: [PATCH] Fix sr2 blue Samurai formatting caixa bits 531ebcae92ad8ad00635060e3583259ee13cc12b 14162964f93e8c9aadec1d2edfbf49ea0b8bcb52 Add MK manuals 2d3c489f2acf0f8bdc9cf0fe8c2346d4d07472be 2bd01a1ff2d30ca3cff647bbf3b80645437cc07c start 2bb058d5715f395d3571ea05d3008566787a2bdb elseif (strpos($article["link"], "www.pilotside.us/comic/") !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@id="aftercomic"]//img)', $article); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic-img']//img", $article); } // } // Joy of Tech elseif (strpos($article['link'], 'amultiverse.com/comic/') !== FALSE) { //also append the blarg post because that's small, interesting, //also append the blarg post because that's small, interesting, $entries = $xpath->query("//div[@class='entry']"); foreach ($entries as $entry){ foreach ($entries as $entry) { $article['content'] = $this->get_img_tags($xpath, '(//div[@class="container"]//center//img)', $article); // $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath.

New Pull Request