Skip to content

Commit 1010002

Browse files
Merge pull request #241 from RGauthamRam/patch-3
Update
2 parents a8330ba + ef65fc0 commit 1010002

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)