You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
could we add something along of the lines of $arr['mpaa_rating'] = trim($this->match('/<a href="\/search\/title\?certificates=US.*?">.*?:(.*?)<\/a>/ms', $html, 1));
to pull in the MPAA rating? This search is tailored for the US, but is easily modified.
Obviously, a better solution is welcome!
The text was updated successfully, but these errors were encountered:
could we add something along of the lines of
$arr['mpaa_rating'] = trim($this->match('/<a href="\/search\/title\?certificates=US.*?">.*?:(.*?)<\/a>/ms', $html, 1));
to pull in the MPAA rating? This search is tailored for the US, but is easily modified.
Obviously, a better solution is welcome!
The text was updated successfully, but these errors were encountered: