api-thetvdb
api-thetvdb copied to clipboard
Search by IMDB
There is a feature on thetvdb.com to search for IMDB ID. Please have a look into this thread: https://forums.thetvdb.com/viewtopic.php?t=8083
It would be nice to copy method TheTVDBApi.searchSeries to TheTVDBApi.searchSeriesByIMDB and replace the endpoint
.append("GetSeries.php?seriesname=")
with
.append("GetSeriesByRemoteID.php?imdbid=")
Thanks a lot.