3
1
Back

Init.php Assorted updates elseif (strpos($article['link'], 'polyinpictures.com/comic/') !== FALSE) { $doc = new DOMDocument(); $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']/noscript/img", $article); } // Joy of Tech $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@class="container"]//center//img)', $article); } // Chainsawsuit elseif (strpos($article["link"], "www.smbc-comics.com/comic/") !== FALSE) { // Dead Philosophers synth_tools/Schematics/SynthMages.pretty/Pushbutton Switch (PBS105).kicad_mod synth_tools/Schematics/SynthMages.pretty/Micro SPDT (3 pin).kicad_mod footprint "Micro SPDT (3 pin).kicad_mod 51 lines 720296ca7c Pain Train (to get alt tags) // Scenes From A Multiverse (to get alt tags textified. } //Sites that provide images and just need alt tags textified. Elseif (strpos($article['content'], 'thedoghousediaries.com/dhdcomics/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@class="container"]//center//img)', $article); } Some comics supported elseif (strpos($article['link'], 'dead-philosophers.com/?p') !== FALSE) { // Dinosaur Comics Cleanup elseif (strpos($article['link'], 'twolumps.net/d/') !== FALSE) { Fix for when invisiblebread has no bread Pain Train alt tag, Alice Grove bigger img.

New Pull Request