Skip to content

Commit 3e45b18

Browse files
plotskimueslo
authored andcommitted
Use https for IMDb link
1 parent 255363c commit 3e45b18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pythonbits/imdb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def runtime(self):
4646
def url(self):
4747
movie_id = get(self.movie, 'base', 'id')
4848
if movie_id:
49-
return "http://www.imdb.com" + movie_id
49+
return "https://www.imdb.com" + movie_id
5050

5151
def summary(self):
5252
return {

0 commit comments

Comments
 (0)