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

Get Release Info #4

Closed
shingsam opened this issue Jan 17, 2018 · 1 comment
Closed

Get Release Info #4

shingsam opened this issue Jan 17, 2018 · 1 comment

Comments

@shingsam
Copy link

How to get release Movie or Tv ? Like date month & year

Thnks,

@StalkR
Copy link
Owner

StalkR commented Jan 17, 2018

With this library you can only get the year, not day/month.

For example for http://www.imdb.com/title/tt0133093/ you get name "Matrix" and year "1999" (https://movie-db-api.appspot.com/title/tt0133093).

Extracting day/month is feasible though I suppose problematic because I would expect the information to be less generally available than just the year. You can usually find more detailed release information on http://www.imdb.com/title/tt0133093/releaseinfo (and it's usually per country). The library already parses this page (in https://github.com/StalkR/imdb/blob/master/title.go#L319) to extract the AKAs ("also known as", alternate movie titles) but nothing more.

Series are the same, you can get the year but for more precise, what should it be? the day/month of the first pilot? I'm not sure where is this info, maybe on the main series page, or on the individual page of the first episode.

@StalkR StalkR closed this as completed Jan 17, 2018
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