3
1
Back

Clone: ``` git clone git@github.com:holmesrichards/precadsr.git git submodule init git submodule init git submodule init git submodule update ``` ``` git clone --recurse-submodules git@gitlab.com:rsholmes/precadsr.git $article['content'] = $this->get_img_tags($xpath, "//div[@id='content']/img", $article); } // Awkward Zombie elseif (strpos($article['link'], 'breakingcatnews.com/comic/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@class="webcomic-image"]//img)', $article); } } // Least I Could Do (wtf image size? If (preg_match("@.*()@", $article['content'], $matches)) { $img = $matches[1]; // Least I Could Do You'll note several of these lines? (would these 4 lines **ever** connect to the following disclaimer.