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

getReleaseDate() does not contain releasedate only #200

Closed
mkreisl opened this issue Sep 27, 2024 · 1 comment
Closed

getReleaseDate() does not contain releasedate only #200

mkreisl opened this issue Sep 27, 2024 · 1 comment

Comments

@mkreisl
Copy link

mkreisl commented Sep 27, 2024

<?php
include_once 'imdb.class.php';
$tt = 'tt0041239';
$IMDB = new IMDB('http://imdb.com/Title?' . $tt);
if ($IMDB->isReady) {
    print_r($IMDB->getReleaseDate());
} else {
    echo 'Movie not found. 😞';
}

prints 06 May 1949 (Canada), but I would expect 06 May 1949only

@FabianBeiner
Copy link
Owner

Thanks for your report, @mkreisl. It's fixed.

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