bkvirendra / imdb-scraper

Host your own IMDB API
https://getimdb.herokuapp.com/
19 stars 14 forks source link

is not getting Original Title #3

Open eckhardt83 opened 7 years ago

eckhardt83 commented 7 years ago

Is it possible to get them original title

bkvirendra commented 7 years ago

Hey @eckhardt83, can you give an example of this?

eckhardt83 commented 7 years ago

This is what I get from Imdb-scraper whit id tt1055369 http://imgur.com/a/1f4Lc the problem is there is missing a danish letter "æ" bot shown "\u00e6" as you can see here the movie has a original title "Transformers: Revenge of the Fallen" is I cut get the all will be good :) http://imgur.com/a/Z9u72

hope you understand what I mean..

bkvirendra commented 7 years ago

@eckhardt83 the title ID that you provided seems to work fine when I query https://getimdb.herokuapp.com/get/?id=tt1055369

Do you have some special encoding enabled that is not handled by the script?

eckhardt83 commented 7 years ago

I run the script strat from the files form github..

the problem is when I ask imdb for at movie from a danish ip I get the danish title

eckhardt83 commented 7 years ago

I can see that if I use web (mdb.com) and are logged in, I can change which language I want to display title on.

So if you can add an option to use one's imdb user I think it would solve my problem :)