Skip to content
dbr edited this page Sep 12, 2010 · 24 revisions

h2().Example usage

from tvdb_api import tvdb
t = tvdb(interactive=True,debug=False)
print t['Scrubs'][4][22]['name' # This will print the name of Scrubs episode 22, in season 4
print t['My Name Is Earl'][2][1]['name'] # Prints name of episode 1 of season 2
Clone this wiki locally