Labels Milestones
BackContent (cleanup) elseif (strpos($article['link'], 'dead-philosophers.com/?p') !== FALSE) { elseif (strpos($article['link'], 'campcomic.com/comic/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $img; } //Sites that provide images and just need alt tags elseif (strpos($article['link'], 'questionablecontent') !== FALSE) { // only keep everything starting at the first " . $entry->textContent . ""; $img_tag = $this->get_img_tags($xpath, '(//div[@id="aftercomic"]//img)', $article); $article['content'] = $img; } Fix for when invisiblebread has no bread $article['content'] = preg_replace('#(width|height)="150"#', '', $article['content']); if (preg_match("@.*?( if(preg_match("@.*(
New Pull Request