3
1
Back

103 lines ttrss-plugin- _comics/init.php 334 lines if (strpos($article["link"], "penny-arcade.com") !== FALSE ) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']//img", $article); } Dead Philosophers elseif (strpos($article['link'], 'dilbert.com/strip/') !== FALSE) { Clean up code formatting; added a few comics; standardized appending alt/title text elseif (strpos($article['link'], 'leasticoulddo.com/comic') !== FALSE) { // Dead Philosophers Dead Philosophers Dead Philosophers elseif (strpos($article['link'], 'cad-comic.com/cad/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); // there's both alt and title texts, they're both different, use both. $title_element = $doc->createElement("i", $title_text); $para_element->appendChild($title_element); } Clean up code formatting; added a few comics; standardized appending alt/title text elseif (strpos($article['link'], 'cad-comic.com/sillies/') !== FALSE) { $doc = new DOMDocument(); $doc->loadHTML($html); $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $matches[1]; } } } // Three Panel Soul elseif (strpos($article['link'], 'www.robot-hugs.com/') !== FALSE) { $doc = new DOMXpath($doc); $bread = $xpath->query("//a[contains(@href, 'bonus-panel')]")->item(0); // Questionable Content (cleanup // only keep everything starting at the first if (preg_match("@.*()@", $article['content'], $matches)) { $img = $matches[1]; } } } // Scenes From A Multiverse (to get alt tags textified. //Sites that provide images and just need alt tags if both exist 2016-06-10 20:51:03 -07:00 77735c00cc Add radio shaek with cv2 version d7370bb10c Add tl074 datasheet/pinout 303a55e236 organize a bit 3D Printing/AD&D 1e spell names in Filmoscope Quentin/Panels/FIREBALL VCO.png' 68726f9fe0 Delete '3D Printing/AD&D 1e spell names rendered as raster using Filmoscope Quentin typeface facet normal 4.944449e-001 -8.467012e-001 1.965232e-001 vertex -4.016088e+000 2.271186e+000 2.470887e+001 facet normal -0.768426 0.630721 0.108223 facet normal -0.116041 0.000467445 0.993244 facet normal 4.330088e-01 1.474605e-03 -9.013885e-01 facet normal 0.758946 0.0816059 0.64602 facet normal -0.989353 0.0972815 0.108241 facet normal 0.844738 0.44206 0.301663 facet normal -0.248691 -0.968583 -0 vertex -2.00861 -6.18187 19.9 facet normal -0.950491 -0.290292 0.11089 facet normal -0.0818217 0.0820366 -0.993265 vertex -4.02975 -3.69322 21.8414 facet normal -0.679089 0.550857 0.485175 vertex 4.55282 -4.55282 7.3242 vertex -6.35535 0.201366 7.51116 vertex -4.43402 4.43402 7.71007 vertex 4.47998 4.47998 7.50886 vertex.

New Pull Request