Skip to content

Instantly share code, notes, and snippets.

View baderj's full-sized avatar

Johannes Bader baderj

View GitHub Profile
@baderj
baderj / imdb_id_from_title.py
Created November 11, 2013 13:52
return IMDb movie id for search string using the undocumented IMDb API
import requests
import urllib
def imdb_id_from_title(title):
""" return IMDb movie id for search string
Args::
title (str): the movie title search string
Returns: