Пример #1
0
 def get_title_by_id(imdb_id):
     """
     Return the Title with the given IMDb ID
     :param imdb_id:
     :return:
     """
     return OMDb.get_title_by_id(imdb_id)