-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
850 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,202 @@ | ||
[ | ||
{ | ||
"PL": "Leonardo DiCaprio", | ||
"ORIGINAL": "Leonardo DiCaprio" | ||
}, | ||
{ | ||
"PL": "Jack Nicholson", | ||
"ORIGINAL": "Jack Nicholson" | ||
}, | ||
{ | ||
"PL": "Heath Ledger", | ||
"ORIGINAL": "Heath Ledger" | ||
}, | ||
{ | ||
"PL": "Alan Rickman", | ||
"ORIGINAL": "Alan Rickman" | ||
}, | ||
{ | ||
"PL": "Al Pacino", | ||
"ORIGINAL": "Al Pacino" | ||
}, | ||
{ | ||
"PL": "Rami Malek", | ||
"ORIGINAL": "Rami Malek" | ||
}, | ||
{ | ||
"PL": "Robert Downey Jr.", | ||
"ORIGINAL": "Robert Downey Jr." | ||
}, | ||
{ | ||
"PL": "Kevin Spacey", | ||
"ORIGINAL": "Kevin Spacey" | ||
}, | ||
{ | ||
"PL": "Clint Eastwood", | ||
"ORIGINAL": "Clint Eastwood" | ||
}, | ||
{ | ||
"PL": "Benedict Cumberbatch", | ||
"ORIGINAL": "Benedict Cumberbatch" | ||
}, | ||
{ | ||
"PL": "Bryan Cranston", | ||
"ORIGINAL": "Bryan Cranston" | ||
}, | ||
{ | ||
"PL": "Ian McKellen", | ||
"ORIGINAL": "Ian McKellen" | ||
}, | ||
{ | ||
"PL": "Peter Dinklage", | ||
"ORIGINAL": "Peter Dinklage" | ||
}, | ||
{ | ||
"PL": "Hugh Laurie", | ||
"ORIGINAL": "Hugh Laurie" | ||
}, | ||
{ | ||
"PL": "Tom Hanks", | ||
"ORIGINAL": "Tom Hanks" | ||
}, | ||
{ | ||
"PL": "Joe Pesci", | ||
"ORIGINAL": "Joe Pesci" | ||
}, | ||
{ | ||
"PL": "Christoph Waltz", | ||
"ORIGINAL": "Christoph Waltz" | ||
}, | ||
{ | ||
"PL": "Edward Norton", | ||
"ORIGINAL": "Edward Norton" | ||
}, | ||
{ | ||
"PL": "Anthony Hopkins", | ||
"ORIGINAL": "Anthony Hopkins" | ||
}, | ||
{ | ||
"PL": "Tom Hardy", | ||
"ORIGINAL": "Tom Hardy" | ||
}, | ||
{ | ||
"PL": "Andrew Scott", | ||
"ORIGINAL": "Andrew Scott" | ||
}, | ||
{ | ||
"PL": "Johnny Depp", | ||
"ORIGINAL": "Johnny Depp" | ||
}, | ||
{ | ||
"PL": "Louis de Funès", | ||
"ORIGINAL": "Louis de Funès" | ||
}, | ||
{ | ||
"PL": "Daniel Day-Lewis", | ||
"ORIGINAL": "Daniel Day-Lewis" | ||
}, | ||
{ | ||
"PL": "Eddie Redmayne", | ||
"ORIGINAL": "Eddie Redmayne" | ||
}, | ||
{ | ||
"PL": "Kyle MacLachlan", | ||
"ORIGINAL": "Kyle MacLachlan" | ||
}, | ||
{ | ||
"PL": "Geoffrey Rush", | ||
"ORIGINAL": "Geoffrey Rush" | ||
}, | ||
{ | ||
"PL": "Matthew McConaughey", | ||
"ORIGINAL": "Matthew McConaughey" | ||
}, | ||
{ | ||
"PL": "James McAvoy", | ||
"ORIGINAL": "James McAvoy" | ||
}, | ||
{ | ||
"PL": "David Tennant", | ||
"ORIGINAL": "David Tennant" | ||
}, | ||
{ | ||
"PL": "Norman Reedus", | ||
"ORIGINAL": "Norman Reedus" | ||
}, | ||
{ | ||
"PL": "Robin Williams", | ||
"ORIGINAL": "Robin Williams" | ||
}, | ||
{ | ||
"PL": "Jake Gyllenhaal", | ||
"ORIGINAL": "Jake Gyllenhaal" | ||
}, | ||
{ | ||
"PL": "Viggo Mortensen", | ||
"ORIGINAL": "Viggo Mortensen" | ||
}, | ||
{ | ||
"PL": "Christian Bale", | ||
"ORIGINAL": "Christian Bale" | ||
}, | ||
{ | ||
"PL": "Aaron Paul", | ||
"ORIGINAL": "Aaron Paul" | ||
}, | ||
{ | ||
"PL": "Ralph Fiennes", | ||
"ORIGINAL": "Ralph Fiennes" | ||
}, | ||
{ | ||
"PL": "Brad Pitt", | ||
"ORIGINAL": "Brad Pitt" | ||
}, | ||
{ | ||
"PL": "Hugh Jackman", | ||
"ORIGINAL": "Hugh Jackman" | ||
}, | ||
{ | ||
"PL": "Gary Oldman", | ||
"ORIGINAL": "Gary Oldman" | ||
}, | ||
{ | ||
"PL": "Robert De Niro", | ||
"ORIGINAL": "Robert De Niro" | ||
}, | ||
{ | ||
"PL": "Janusz Gajos", | ||
"ORIGINAL": "Janusz Gajos" | ||
}, | ||
{ | ||
"PL": "Andy Serkis", | ||
"ORIGINAL": "Andy Serkis" | ||
}, | ||
{ | ||
"PL": "Henry Fonda", | ||
"ORIGINAL": "Henry Fonda" | ||
}, | ||
{ | ||
"PL": "Sam Claflin", | ||
"ORIGINAL": "Sam Claflin" | ||
}, | ||
{ | ||
"PL": "Roman Wilhelmi", | ||
"ORIGINAL": "Roman Wilhelmi" | ||
}, | ||
{ | ||
"PL": "Mads Mikkelsen", | ||
"ORIGINAL": "Mads Mikkelsen" | ||
}, | ||
{ | ||
"PL": "Harrison Ford", | ||
"ORIGINAL": "Harrison Ford" | ||
}, | ||
{ | ||
"PL": "J.K. Simmons", | ||
"ORIGINAL": "J.K. Simmons" | ||
}, | ||
{ | ||
"PL": "Tim Robbins", | ||
"ORIGINAL": "Tim Robbins" | ||
} | ||
] |
Oops, something went wrong.