如何获得生产公司:公司信用?
<h3 class="subheading">Company Credits</h3>
<div class="txt-block">
<h4 class="inline">Production Co:</h4>
<span itemprop="creator">
<a href="company" itemprop='url'><span class="itemprop" itemprop="name">Inflatable Film</span></a>
</span>,
<span itemprop="creator">
<a href="company" itemprop='url'><span class="itemprop" itemprop="name">True Productions</span></a>
</span>
<a href="companycredits?ref_=tt_dt_co" itemprop='url'>See more</a> »
</span>
</div>
我试图使用此代码,但它无效:
$arr['production_co'] = $this->match('/Production Co:<\/h4>.*?<div class="info-content">(.*?)(<a|<\/div)/ms', $html, 1);
请帮助我获得Production Co。
我正在使用 PHP IMDb Scraper API
这里是我的imdbclass http://bioskop2-1.com/imdbclass.txt
这里是grab.txt http://bioskop2-1.com/grab.txt