Skip to content

Commit ef65fc0

Browse files
Update
Added another type , tvshort to the movie_types
1 parent 3bbb74a commit ef65fc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

movie_details

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ browser.addheaders = [('User-agent',
1414
movie_title = raw_input("Enter movie title: ")
1515

1616
movie_types = ('feature', 'tv_movie', 'tv_series', 'tv_episode', 'tv_special',
17-
'mini_series', 'documentary', 'game', 'short', 'video')
17+
'mini_series', 'documentary', 'game', 'short', 'video', 'tvshort')
1818

1919
# Navigate
2020
browser.open('http://www.imdb.com/search/title')

0 commit comments

Comments
 (0)