Labels Milestones
BackThat get squished or have excessive padding. ``` cd /path/to/ttrss/ git clone --recurse-submodules git@gitlab.com:rsholmes/precadsr.git ``` ``` git clone --recurse-submodules git@gitlab.com:rsholmes/precadsr.git $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']/img", $article); elseif (strpos($article['link'], 'campcomic.com/comic/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@class="webcomic-image"]//img)', $article); // $article['content'] = $this->get_img_tags($xpath, '(//div[@id="main"]//img)', $article); } // replace the