Skip to content

Instantly share code, notes, and snippets.

@pjbelo
Created June 10, 2022 13:30
Show Gist options
  • Save pjbelo/c4ddfad14234d9d6b7d746ff17df12ed to your computer and use it in GitHub Desktop.
Save pjbelo/c4ddfad14234d9d6b7d746ff17df12ed to your computer and use it in GitHub Desktop.
IMDB Top 10 Movies XML
<?xml version="1.0" encoding="UTF-8" ?>
<root>
<movie>
<id>0111161</id>
<rank>1</rank>
<title>The Shawshank Redemption</title>
<fullTitle>The Shawshank Redemption (1994)</fullTitle>
<year>1994</year>
<image>https://m.media-amazon.com/images/M/MV5BMDFkYTc0MGEtZmNhMC00ZDIzLWFmNTEtODM1ZmRlYWMwMWFmXkEyXkFqcGdeQXVyMTMxODk2OTU@._V1_UX128_CR0,3,128,176_AL_.jpg</image>
<crew>Frank Darabont (dir.), Tim Robbins, Morgan Freeman</crew>
<imDbRating>9.2</imDbRating>
<imDbRatingCount>2596136</imDbRatingCount>
</movie>
<movie>
<id>0068646</id>
<rank>2</rank>
<title>The Godfather</title>
<fullTitle>The Godfather (1972)</fullTitle>
<year>1972</year>
<image>https://m.media-amazon.com/images/M/MV5BM2MyNjYxNmUtYTAwNi00MTYxLWJmNWYtYzZlODY3ZTk3OTFlXkEyXkFqcGdeQXVyNzkwMjQ5NzM@._V1_UX128_CR0,1,128,176_AL_.jpg</image>
<crew>Francis Ford Coppola (dir.), Marlon Brando, Al Pacino</crew>
<imDbRating>9.2</imDbRating>
<imDbRatingCount>1791388</imDbRatingCount>
</movie>
<movie>
<id>0468569</id>
<rank>3</rank>
<title>The Dark Knight</title>
<fullTitle>The Dark Knight (2008)</fullTitle>
<year>2008</year>
<image>https://m.media-amazon.com/images/M/MV5BMTMxNTMwODM0NF5BMl5BanBnXkFtZTcwODAyMTk2Mw@@._V1_UX128_CR0,3,128,176_AL_.jpg</image>
<crew>Christopher Nolan (dir.), Christian Bale, Heath Ledger</crew>
<imDbRating>9.0</imDbRating>
<imDbRatingCount>2567185</imDbRatingCount>
</movie>
<movie>
<id>0071562</id>
<rank>4</rank>
<title>The Godfather Part II</title>
<fullTitle>The Godfather Part II (1974)</fullTitle>
<year>1974</year>
<image>https://m.media-amazon.com/images/M/MV5BMWMwMGQzZTItY2JlNC00OWZiLWIyMDctNDk2ZDQ2YjRjMWQ0XkEyXkFqcGdeQXVyNzkwMjQ5NzM@._V1_UX128_CR0,1,128,176_AL_.jpg</image>
<crew>Francis Ford Coppola (dir.), Al Pacino, Robert De Niro</crew>
<imDbRating>9.0</imDbRating>
<imDbRatingCount>1235352</imDbRatingCount>
</movie>
<movie>
<id>0050083</id>
<rank>5</rank>
<title>12 Angry Men</title>
<fullTitle>12 Angry Men (1957)</fullTitle>
<year>1957</year>
<image>https://m.media-amazon.com/images/M/MV5BMWU4N2FjNzYtNTVkNC00NzQ0LTg0MjAtYTJlMjFhNGUxZDFmXkEyXkFqcGdeQXVyNjc1NTYyMjg@._V1_UX128_CR0,3,128,176_AL_.jpg</image>
<crew>Sidney Lumet (dir.), Henry Fonda, Lee J. Cobb</crew>
<imDbRating>8.9</imDbRating>
<imDbRatingCount>766981</imDbRatingCount>
</movie>
<movie>
<id>0108052</id>
<rank>6</rank>
<title>Schindler's List</title>
<fullTitle>Schindler's List (1993)</fullTitle>
<year>1993</year>
<image>https://m.media-amazon.com/images/M/MV5BNDE4OTMxMTctNmRhYy00NWE2LTg3YzItYTk3M2UwOTU5Njg4XkEyXkFqcGdeQXVyNjU0OTQ0OTY@._V1_UX128_CR0,3,128,176_AL_.jpg</image>
<crew>Steven Spielberg (dir.), Liam Neeson, Ralph Fiennes</crew>
<imDbRating>8.9</imDbRating>
<imDbRatingCount>1320682</imDbRatingCount>
</movie>
<movie>
<id>0167260</id>
<rank>7</rank>
<title>The Lord of the Rings: The Return of the King</title>
<fullTitle>The Lord of the Rings: The Return of the King (2003)</fullTitle>
<year>2003</year>
<image>https://m.media-amazon.com/images/M/MV5BNzA5ZDNlZWMtM2NhNS00NDJjLTk4NDItYTRmY2EwMWZlMTY3XkEyXkFqcGdeQXVyNzkwMjQ5NzM@._V1_UX128_CR0,3,128,176_AL_.jpg</image>
<crew>Peter Jackson (dir.), Elijah Wood, Viggo Mortensen</crew>
<imDbRating>8.9</imDbRating>
<imDbRatingCount>1783403</imDbRatingCount>
</movie>
<movie>
<id>0110912</id>
<rank>8</rank>
<title>Pulp Fiction</title>
<fullTitle>Pulp Fiction (1994)</fullTitle>
<year>1994</year>
<image>https://m.media-amazon.com/images/M/MV5BNGNhMDIzZTUtNTBlZi00MTRlLWFjM2ItYzViMjE3YzI5MjljXkEyXkFqcGdeQXVyNzkwMjQ5NzM@._V1_UX128_CR0,3,128,176_AL_.jpg</image>
<crew>Quentin Tarantino (dir.), John Travolta, Uma Thurman</crew>
<imDbRating>8.9</imDbRating>
<imDbRatingCount>1990404</imDbRatingCount>
</movie>
<movie>
<id>0120737</id>
<rank>9</rank>
<title>The Lord of the Rings: The Fellowship of the Ring</title>
<fullTitle>The Lord of the Rings: The Fellowship of the Ring (2001)</fullTitle>
<year>2001</year>
<image>https://m.media-amazon.com/images/M/MV5BN2EyZjM3NzUtNWUzMi00MTgxLWI0NTctMzY4M2VlOTdjZWRiXkEyXkFqcGdeQXVyNDUzOTQ5MjY@._V1_UX128_CR0,3,128,176_AL_.jpg</image>
<crew>Peter Jackson (dir.), Elijah Wood, Ian McKellen</crew>
<imDbRating>8.8</imDbRating>
<imDbRatingCount>1804528</imDbRatingCount>
</movie>
<movie>
<id>0060196</id>
<rank>10</rank>
<title>The Good, the Bad and the Ugly</title>
<fullTitle>The Good, the Bad and the Ugly (1966)</fullTitle>
<year>1966</year>
<image>https://m.media-amazon.com/images/M/MV5BNjJlYmNkZGItM2NhYy00MjlmLTk5NmQtNjg1NmM2ODU4OTMwXkEyXkFqcGdeQXVyMjUzOTY1NTc@._V1_UX128_CR0,3,128,176_AL_.jpg</image>
<crew>Sergio Leone (dir.), Clint Eastwood, Eli Wallach</crew>
<imDbRating>8.8</imDbRating>
<imDbRatingCount>744836</imDbRatingCount>
</movie>
</root>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment