pixelead0 / tmdb_v3-PHP-API-

Wrapper in PHP for The Movie Data Base version 3
119 stars 81 forks source link

How can I get imdb id of show? #25

Closed ibrahimmumcu closed 9 years ago

ibrahimmumcu commented 9 years ago

<?php $idTVShow = $_GET['id']; $tvShow = $tmdb->getTVShow($idTVShow); print_r($tvShow); ?>

This code doesn't return any imdb id. How can I get it?

apprecht commented 9 years ago

As I know there is now way to get the IMDB-ID you can only search by it, but it wont be part of the output of this API

ibrahimmumcu commented 9 years ago

Ops! That's sad :(