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

'release dates" not working #456

Open
bachlava4eva opened this issue May 1, 2023 · 3 comments
Open

'release dates" not working #456

bachlava4eva opened this issue May 1, 2023 · 3 comments
Labels
bug http parsers of IMDb web pages

Comments

@bachlava4eva
Copy link

bachlava4eva commented May 1, 2023

movie = ia.get_movie('0094226')
ia.update(movie,info=['release dates'])
print(movie['title'])
for item in movie['release dates']:
    print(item)

I assume I should be getting release date info, I'm not sure why it's not working

@alberanid
Copy link
Collaborator

I can confirm.

Unfortunately the release dates parser is broken since the last IMDb redesign. It's a slightly more complex HTML to parse than others, so I had no time to fix it for this release.

@alberanid alberanid added bug http parsers of IMDb web pages labels May 2, 2023
@bachlava4eva
Copy link
Author

'original air date' however does seem to work

@bachlava4eva
Copy link
Author

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug http parsers of IMDb web pages
Projects
None yet
Development

No branches or pull requests

2 participants