$file_content = file_get_contents("http://www.spiegel.de/politik/ausland/ukraine-regierungstruppen-haben-donezk-eingeke sselt-a-985313.html");
preg_match('~<div class="article-section clearfix"(.*?)>(.*?)</div>~ims', $file_content, $arr);
var_dump($arr);
В массиве получаю только содержимое блока .article-function-social-media, а все что после него - нет(http://pastebin.com/ghT2VSbB)