Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

quick fix for series cinematogropher #279

Open
AucT opened this issue Jul 18, 2022 · 1 comment
Open

quick fix for series cinematogropher #279

AucT opened this issue Jul 18, 2022 · 1 comment

Comments

@AucT
Copy link

AucT commented Jul 18, 2022

https://github.com/tboothman/imdbphp/blob/master/src/Imdb/Title.php
line 1848

$cinematographer_rows = $this->get_table_rows($this->getPage('Credits'), "Cinematography by");

change to

$cinematographer_rows = $this->get_table_rows($this->getPage('Credits'), "Cinematography by");
        if (!$cinematographer_rows) {
            $cinematographer_rows = $this->get_table_rows($this->getPage('Credits'), "Series Cinematography by");
        }
@duck7000
Copy link
Contributor

Good catch.
But if you want this to be changed i suggest to make a PR (if you can that is)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants