FabianBeiner / PHP-IMDB-Grabber

This PHP library enables you to scrape data from IMDB.com.
MIT License
271 stars 160 forks source link

getMPAA - TV-Y7-FV missing from list. #187

Closed Apollo2000 closed 1 month ago

Apollo2000 commented 1 year ago

Please add "TV-Y7-FV" option in list.

Line 78 change: const IMDB_MPAA = '~<li class="ipl-inline-list__item">(?:\s+)(TV-Y7-FV|TV-Y|TV-Y7|TV-G|TV-PG|TV-14|TV-MA|G|PG|PG-13|R|NC-17|NR|UR)(?:\s+)<\/li>~Ui';