getOne($data);
        }
        
        if (!$data) {
            Dever::alert('错误的文章信息');
        }
    
        $data = $this->getContent($data);
        return $data;
    }
    public function getContent($data)
    {
        //embed
        $data['content_array'] = array();
        $data['content'] = Dever::filter($data['content']);
        $content = $data['content'];
        $replace = array();
        # embed已废弃
        if (strstr($data['content'], 'embed')) {
            # 音频
            preg_match_all('//i', $data['content'], $matches);
            if (isset($matches[1])) {
                foreach ($matches[1] as $k => $v) {
                    $content = str_replace($matches[0][$k], '{replace}'.count($replace).'{replace}', $content);
                    if (strstr($v, '.mp4') || strstr($v, '.mov') || strstr($v, '.m3u8')) {
                        $replace[] = array('type' => 6, 'content' => $v);
                    } else {
                        $replace[] = array('type' => 5, 'content' => $v);
                    }
                }
            }
        }
        if (strstr($data['content'], 'data-file')) {
            # 音频
            preg_match_all('//', $data['content'], $matches);
            if (!isset($matches[1][0])) {
                preg_match_all('/
/', $data['content'], $matches);
                $temp = array();
                if (isset($matches[2][0])) {
                    $temp = $matches;
                    $matches[1] = $temp[2];
                    unset($temp);
                }
            }
            if (isset($matches[1])) {
                foreach ($matches[1] as $k => $v) {
                    if (isset($matches[3][$k])) {
                        $content = str_replace($matches[0][$k], '{replace}'.count($replace).'{replace}', $content);
                        $file = $matches[3][$k];
                        $temp = explode('||', $file);
                        $file = $temp[0];
                        $name = $temp[1];
                        $cover = $v;
                        if (strstr($v, '.mp4') || strstr($v, '.mov') || strstr($v, '.m3u8')) {
                            $replace[] = array('type' => 6, 'content' => $file, 'cover' => $cover, 'name' => $name);
                        } else {
                            $replace[] = array('type' => 5, 'content' => $file, 'cover' => $cover, 'name' => $name);
                        }
                    }
                }
            }
        }
        if (strstr($data['content'], 'data-id')) {
            # 视频+直播
            preg_match_all('/
/', $data['content'], $matches);
            
            
            if (!isset($matches[2][0])) {
                preg_match_all('/
/', $data['content'], $matches);
                $temp = array();
                if (isset($matches[2][0]) && isset($matches[3][0])) {
                    $temp = $matches;
                    $matches[2] = $temp[3];
                    $matches[3] = $temp[2];
                    unset($temp);
                }
            }
            
            if (isset($matches[2][0]) && isset($matches[3][0])) {
                foreach ($matches[2] as $k => $v) {
                    $content = str_replace($matches[0][$k], '{replace}'.count($replace).'{replace}', $content);
                    if ($matches[3][$k] == 'video/lib/core.vod') {
                        $method = 'video/lib/vod';
                        $type = 2;
                    } else {
                        $type = 3;
                        $method = 'video/lib/live';
                    }
                    $info = Dever::load($method)->get($v);
                    if (isset($info['content'])) {
                        unset($info['content']);
                    }
                    $replace[] = array('id' => $v, 'type' => $type, 'content' => $info);
                }
            }
        }
        //$data['content'] = preg_replace('/