Skip to content

Commit

Permalink
second commit
Browse files Browse the repository at this point in the history
  • Loading branch information
BlaxPanther committed Jul 30, 2022
1 parent 8be340e commit 77bd4df
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
# imdb-api
# imdb-api

## getFeatures(movie_name or imdb_id):
Return basic features in a dictionnary such as title, release year,...
5 changes: 4 additions & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -439,4 +439,7 @@ def getPage(url):
return source
except:
print("A network error occured. Please, check your internet connection.")
return ""
return ""



0 comments on commit 77bd4df

Please sign in to comment.