3
1
Back

Something Positive Some comics supported if (strpos($article["link"], "penny-arcade.com") !== FALSE && strpos($article["title"], "Comic:") !== FALSE) { // Joy of Tech elseif (strpos($article['link'], 'cad-comic.com/cad/') !== FALSE) { elseif (strpos($article['link'], 'girlswithslingshots.com/comic/') !== FALSE) { $imgs = $xpath->query('//img'); //doesn't get simpler than this foreach($imgs as $img){ $article['content'] .= "

" . $entry->textContent . "

"; } } //Sites that provide images and just need alt tags if both exist achewood, gwss fix, fix for when invisible bread has no bread achewood, gwss fix, fix for when invisiblebread has no bread 2015-10-14 16:26:40 -07:00 f80e4975fb checkpoint before trying to implement chaining Add splits and labels to get what game it's about $entries = $xpath->query("//div[@id='blarg']/div[last()]"); foreach ($entries as $entry){ $article['content'] .= "
Alt: " . $img->getAttribute('title') . ""; } if(preg_match("@.*( New Pull Request