imdb-scraper icon indicating copy to clipboard operation
imdb-scraper copied to clipboard

Only the year is returned

Open cadoiz opened this issue 4 years ago • 0 comments

Maybe due to an update during the last 3 years, only the year is retrieved now:

Examples: https://getimdb.herokuapp.com/get/?id=tt2152198 → 2012 https://getimdb.herokuapp.com/get/?id=tt0770828 → 2013 https://getimdb.herokuapp.com/get/?id=tt1905041 → 2013

Full Information returned for the last example: {

"cast": [ ],
"certification": "",
"description": "",
"director": "",
"gallery": [ ],
"genre": [ ],
"metascore": 0,
"poster": "",
"rating": "",
"release_date": "",
"running_time": "",
"stars": [ ],
"storyline": "",
"title": "",
"year": "2013"

}

cadoiz avatar Oct 12 '20 23:10 cadoiz