如何使用PHP IMDb Scraper API获取公司信用?

时间:2017-11-16 04:26:28

标签: php regex

如何获得生产公司公司信用

<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>&nbsp;&raquo;
    </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

0 个答案:

没有答案