adorkin commited on
Commit
bb607d0
·
1 Parent(s): cda952c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -28,7 +28,10 @@ Movie titles are provided in English the way they are present on TV Tropes.
28
 
29
  ## Dataset Structure
30
 
31
- The dataset is comprised of two columns: `tvtropes` and `imdb`.
 
 
 
32
 
33
  ### Data Instances
34
 
 
28
 
29
  ## Dataset Structure
30
 
31
+ The dataset is comprised of two columns: `tvtropes` and `imdb`. The former can be used to access the movie's page on TV Tropes
32
+ using the following url template: `https://tvtropes.org/pmwiki/pmwiki.php/Film/{tvtropes}`. The latter can be used to acces the
33
+ movie's page on IMDb using the following url template `https://www.imdb.com/title/tt{imdb}/` (note that the imbd id has to be
34
+ padded to the left with zeroes if it contains less than seven digits).
35
 
36
  ### Data Instances
37