Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
BlaxPanther committed Aug 1, 2022
1 parent 2a44b2d commit 7859663
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ Let's start by importing the library and instantiating the IMDb class :

imdb = IMDb()

When a function is loaded, both ***imdb id*** and ***title*** can be typed in the input.

An imdb id of a title is the id starting by *tt*... For example, Se7en (1995) is referenced to the IMDb page https://www.imdb.com/title/tt0114369/. The imdb id of Se7en (1995) is ***tt0114369***.

When a function is loaded, both ***imdb id*** and ***title*** can be typed in the input.

For example, `getFeatures("Se7en")` and `getFeatures("tt0114369")` will give the same results. Note that `getFeatures("Se7en")` will take more time because the program need to load the search page.

## Main functions
Expand Down

0 comments on commit 7859663

Please sign in to comment.