Web サイトの html はこのようなもので、curl を使用してその埋め込みコードが必要です。
概念
<div id="postdiscriptiontext">
<p>
<embed src="http://videobb.com/e/swLN6oRlzFby" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="540" height="599"/>
</p>
</div>
I tried like this
$html = str_get_html($links);
echo $html->find('div.postdiscriptiontext p')->innertext . '<br>';
これは私が取得しているエラーです 通知: 行 96 で C:\xampp\htdocs\anicravefinal\viewanimevideo.php の非オブジェクトのプロパティを取得しようとしています