3
1
Back

Fireball From e9734fb673e2df8488e62f7bd94252034b048666 Mon Sep 17 00:00:00 2001 Subject: [PATCH] Some comics supported elseif (strpos($article['link'], 'leasticoulddo.com/comic') !== FALSE) { // Timothy Winchester (People I Know) $article['content'] .= "

" . $entry->textContent . "

"; } } //noop elseif (strpos($article['content'], 'www.asofterworld.com/index.php?id') !== FALSE) { elseif (strpos($article['link'], 'girlswithslingshots.com/comic/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div//img[contains(@src, 'images') and contains(@src, 'comics')]", $article); } Clean up code formatting; added a few comics; standardized appending alt/title text under images (extra useful for non-browser users function get_content($link) { $html = fetch_file_contents($link); Fix for component clearance, panel.

New Pull Request