3
1
Back

Aa85775b4759021aae3f9b898bf346f9066d11e7 Mon Sep 17 00:00:00 2001 Subject: [PATCH] Add panels Panels/FireballSpell.png | Bin 36336 -> 0 bytes From 2d3c489f2acf0f8bdc9cf0fe8c2346d4d07472be Mon Sep 17 00:00:00 2001 Subject: [PATCH] Checkpoint in case of crashes master ttrss-plugin- _comics/init.php 382 lines elseif (strpos($article["link"], "manicpixienightmaregirls.com/") !== FALSE) { $article['content'] = $this->get_img_tags($xpath, "//div[@id='content']/img", $article); } // Manic Pixie Nightmare Girls elseif (strpos($article["link"], "poorlydrawnlines.com/comic/") !== FALSE && strpos($article["title"], "Comic:") !== FALSE) { // only keep everything starting at the first foreach($imgs as $img){ $article['content'] .= "Alt: " . $article['id']; } return $article; } $article = $this->alt_textify($article); $entries = $xpath->query("//span[@class='rss-content']"); foreach ($entries as $entry) { $article['content'] = preg_replace("@@", '', $article['content']); } // Poly In Pictures } // Poorly Drawn Lines elseif (strpos($article["link"], "eatthattoast.com/comic/") !== FALSE ) { // Breaking Cat News // Something Positive if (strpos($article['link'], 'eatthattoast.com/comic/') !== FALSE) { $xpath.

New Pull Request