The Liberator

Cast (24)

  • Edgar Ramírez

    Edgar Ramírez

    Simón Bolívar

  • María Valverde

    María Valverde

    María Teresa Bolívar

  • Iwan Rheon

    Iwan Rheon

    Daniel O'Leary

  • Danny Huston

    Danny Huston

    Torkington

  • Imanol Arias

    Imanol Arias

    Juan Domingo de Monteverde

  • Gary Lewis

    Gary Lewis

    James Rooke

  • Juana Acosta

    Juana Acosta

    Manuela Saenz

  • Leandro Arvelo

    Leandro Arvelo

    Fernando

  • Erich Wildpret

    Erich Wildpret

    Antonio José de Sucre

  • Dacio Caballero

    Dacio Caballero

    Soldado irlandes

  • Carlos Julio Molina

    Carlos Julio Molina

    José Félix Ribas

  • Elisa Sednaoui

    Elisa Sednaoui

    Fanny

  • Karina Velásquez

    Karina Velásquez

    María Josefa Palacios

  • Steve Wilcox

    Steve Wilcox

    Black Rider

  • Mercedes Arbizu

    Mercedes Arbizu

    Paris Market Vendor

  • Jon Bermúdez

    Jon Bermúdez

    Spanish officer

  • Ángel Caballero

    Ángel Caballero

    Spanish Soldier

  • Francisco Denis

    Francisco Denis

    Simón Rodriguez

  • Alejandro Furth

    Alejandro Furth

    Urdaneta

  • Jesus Guevara

    Jesus Guevara

    Messenger

  • Juvel Vielma

    Juvel Vielma

    José Antonio Páez

  • Orlando Valenzuela

    Orlando Valenzuela

    Francisco de Paula Santander

  • Alejo Felipe

    Alejo Felipe

    Doctor

  • Jericó Montilla

    Jericó Montilla

    Mujer indígena

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
The Liberator

Cast (24)

  • Edgar Ramírez

    Edgar Ramírez

    Simón Bolívar

  • María Valverde

    María Valverde

    María Teresa Bolívar

  • Iwan Rheon

    Iwan Rheon

    Daniel O'Leary

  • Danny Huston

    Danny Huston

    Torkington

  • Imanol Arias

    Imanol Arias

    Juan Domingo de Monteverde

  • Gary Lewis

    Gary Lewis

    James Rooke

  • Juana Acosta

    Juana Acosta

    Manuela Saenz

  • Leandro Arvelo

    Leandro Arvelo

    Fernando

  • Erich Wildpret

    Erich Wildpret

    Antonio José de Sucre

  • Dacio Caballero

    Dacio Caballero

    Soldado irlandes

  • Carlos Julio Molina

    Carlos Julio Molina

    José Félix Ribas

  • Elisa Sednaoui

    Elisa Sednaoui

    Fanny

  • Karina Velásquez

    Karina Velásquez

    María Josefa Palacios

  • Steve Wilcox

    Steve Wilcox

    Black Rider

  • Mercedes Arbizu

    Mercedes Arbizu

    Paris Market Vendor

  • Jon Bermúdez

    Jon Bermúdez

    Spanish officer

  • Ángel Caballero

    Ángel Caballero

    Spanish Soldier

  • Francisco Denis

    Francisco Denis

    Simón Rodriguez

  • Alejandro Furth

    Alejandro Furth

    Urdaneta

  • Jesus Guevara

    Jesus Guevara

    Messenger

  • Juvel Vielma

    Juvel Vielma

    José Antonio Páez

  • Orlando Valenzuela

    Orlando Valenzuela

    Francisco de Paula Santander

  • Alejo Felipe

    Alejo Felipe

    Doctor

  • Jericó Montilla

    Jericó Montilla

    Mujer indígena

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
The Liberator

Cast (24)

  • Edgar Ramírez

    Edgar Ramírez

    Simón Bolívar

  • María Valverde

    María Valverde

    María Teresa Bolívar

  • Iwan Rheon

    Iwan Rheon

    Daniel O'Leary

  • Danny Huston

    Danny Huston

    Torkington

  • Imanol Arias

    Imanol Arias

    Juan Domingo de Monteverde

  • Gary Lewis

    Gary Lewis

    James Rooke

  • Juana Acosta

    Juana Acosta

    Manuela Saenz

  • Leandro Arvelo

    Leandro Arvelo

    Fernando

  • Erich Wildpret

    Erich Wildpret

    Antonio José de Sucre

  • Dacio Caballero

    Dacio Caballero

    Soldado irlandes

  • Carlos Julio Molina

    Carlos Julio Molina

    José Félix Ribas

  • Elisa Sednaoui

    Elisa Sednaoui

    Fanny

  • Karina Velásquez

    Karina Velásquez

    María Josefa Palacios

  • Steve Wilcox

    Steve Wilcox

    Black Rider

  • Mercedes Arbizu

    Mercedes Arbizu

    Paris Market Vendor

  • Jon Bermúdez

    Jon Bermúdez

    Spanish officer

  • Ángel Caballero

    Ángel Caballero

    Spanish Soldier

  • Francisco Denis

    Francisco Denis

    Simón Rodriguez

  • Alejandro Furth

    Alejandro Furth

    Urdaneta

  • Jesus Guevara

    Jesus Guevara

    Messenger

  • Juvel Vielma

    Juvel Vielma

    José Antonio Páez

  • Orlando Valenzuela

    Orlando Valenzuela

    Francisco de Paula Santander

  • Alejo Felipe

    Alejo Felipe

    Doctor

  • Jericó Montilla

    Jericó Montilla

    Mujer indígena

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
The Liberator

Cast (24)

  • Edgar Ramírez

    Edgar Ramírez

    Simón Bolívar

  • María Valverde

    María Valverde

    María Teresa Bolívar

  • Iwan Rheon

    Iwan Rheon

    Daniel O'Leary

  • Danny Huston

    Danny Huston

    Torkington

  • Imanol Arias

    Imanol Arias

    Juan Domingo de Monteverde

  • Gary Lewis

    Gary Lewis

    James Rooke

  • Juana Acosta

    Juana Acosta

    Manuela Saenz

  • Leandro Arvelo

    Leandro Arvelo

    Fernando

  • Erich Wildpret

    Erich Wildpret

    Antonio José de Sucre

  • Dacio Caballero

    Dacio Caballero

    Soldado irlandes

  • Carlos Julio Molina

    Carlos Julio Molina

    José Félix Ribas

  • Elisa Sednaoui

    Elisa Sednaoui

    Fanny

  • Karina Velásquez

    Karina Velásquez

    María Josefa Palacios

  • Steve Wilcox

    Steve Wilcox

    Black Rider

  • Mercedes Arbizu

    Mercedes Arbizu

    Paris Market Vendor

  • Jon Bermúdez

    Jon Bermúdez

    Spanish officer

  • Ángel Caballero

    Ángel Caballero

    Spanish Soldier

  • Francisco Denis

    Francisco Denis

    Simón Rodriguez

  • Alejandro Furth

    Alejandro Furth

    Urdaneta

  • Jesus Guevara

    Jesus Guevara

    Messenger

  • Juvel Vielma

    Juvel Vielma

    José Antonio Páez

  • Orlando Valenzuela

    Orlando Valenzuela

    Francisco de Paula Santander

  • Alejo Felipe

    Alejo Felipe

    Doctor

  • Jericó Montilla

    Jericó Montilla

    Mujer indígena

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
The Liberator

Cast (24)

  • Edgar Ramírez

    Edgar Ramírez

    Simón Bolívar

  • María Valverde

    María Valverde

    María Teresa Bolívar

  • Iwan Rheon

    Iwan Rheon

    Daniel O'Leary

  • Danny Huston

    Danny Huston

    Torkington

  • Imanol Arias

    Imanol Arias

    Juan Domingo de Monteverde

  • Gary Lewis

    Gary Lewis

    James Rooke

  • Juana Acosta

    Juana Acosta

    Manuela Saenz

  • Leandro Arvelo

    Leandro Arvelo

    Fernando

  • Erich Wildpret

    Erich Wildpret

    Antonio José de Sucre

  • Dacio Caballero

    Dacio Caballero

    Soldado irlandes

  • Carlos Julio Molina

    Carlos Julio Molina

    José Félix Ribas

  • Elisa Sednaoui

    Elisa Sednaoui

    Fanny

  • Karina Velásquez

    Karina Velásquez

    María Josefa Palacios

  • Steve Wilcox

    Steve Wilcox

    Black Rider

  • Mercedes Arbizu

    Mercedes Arbizu

    Paris Market Vendor

  • Jon Bermúdez

    Jon Bermúdez

    Spanish officer

  • Ángel Caballero

    Ángel Caballero

    Spanish Soldier

  • Francisco Denis

    Francisco Denis

    Simón Rodriguez

  • Alejandro Furth

    Alejandro Furth

    Urdaneta

  • Jesus Guevara

    Jesus Guevara

    Messenger

  • Juvel Vielma

    Juvel Vielma

    José Antonio Páez

  • Orlando Valenzuela

    Orlando Valenzuela

    Francisco de Paula Santander

  • Alejo Felipe

    Alejo Felipe

    Doctor

  • Jericó Montilla

    Jericó Montilla

    Mujer indígena

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
The Liberator

Cast (24)

  • Edgar Ramírez

    Edgar Ramírez

    Simón Bolívar

  • María Valverde

    María Valverde

    María Teresa Bolívar

  • Iwan Rheon

    Iwan Rheon

    Daniel O'Leary

  • Danny Huston

    Danny Huston

    Torkington

  • Imanol Arias

    Imanol Arias

    Juan Domingo de Monteverde

  • Gary Lewis

    Gary Lewis

    James Rooke

  • Juana Acosta

    Juana Acosta

    Manuela Saenz

  • Leandro Arvelo

    Leandro Arvelo

    Fernando

  • Erich Wildpret

    Erich Wildpret

    Antonio José de Sucre

  • Dacio Caballero

    Dacio Caballero

    Soldado irlandes

  • Carlos Julio Molina

    Carlos Julio Molina

    José Félix Ribas

  • Elisa Sednaoui

    Elisa Sednaoui

    Fanny

  • Karina Velásquez

    Karina Velásquez

    María Josefa Palacios

  • Steve Wilcox

    Steve Wilcox

    Black Rider

  • Mercedes Arbizu

    Mercedes Arbizu

    Paris Market Vendor

  • Jon Bermúdez

    Jon Bermúdez

    Spanish officer

  • Ángel Caballero

    Ángel Caballero

    Spanish Soldier

  • Francisco Denis

    Francisco Denis

    Simón Rodriguez

  • Alejandro Furth

    Alejandro Furth

    Urdaneta

  • Jesus Guevara

    Jesus Guevara

    Messenger

  • Juvel Vielma

    Juvel Vielma

    José Antonio Páez

  • Orlando Valenzuela

    Orlando Valenzuela

    Francisco de Paula Santander

  • Alejo Felipe

    Alejo Felipe

    Doctor

  • Jericó Montilla

    Jericó Montilla

    Mujer indígena

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
The Liberator

Cast (24)

  • Edgar Ramírez

    Edgar Ramírez

    Simón Bolívar

  • María Valverde

    María Valverde

    María Teresa Bolívar

  • Iwan Rheon

    Iwan Rheon

    Daniel O'Leary

  • Danny Huston

    Danny Huston

    Torkington

  • Imanol Arias

    Imanol Arias

    Juan Domingo de Monteverde

  • Gary Lewis

    Gary Lewis

    James Rooke

  • Juana Acosta

    Juana Acosta

    Manuela Saenz

  • Leandro Arvelo

    Leandro Arvelo

    Fernando

  • Erich Wildpret

    Erich Wildpret

    Antonio José de Sucre

  • Dacio Caballero

    Dacio Caballero

    Soldado irlandes

  • Carlos Julio Molina

    Carlos Julio Molina

    José Félix Ribas

  • Elisa Sednaoui

    Elisa Sednaoui

    Fanny

  • Karina Velásquez

    Karina Velásquez

    María Josefa Palacios

  • Steve Wilcox

    Steve Wilcox

    Black Rider

  • Mercedes Arbizu

    Mercedes Arbizu

    Paris Market Vendor

  • Jon Bermúdez

    Jon Bermúdez

    Spanish officer

  • Ángel Caballero

    Ángel Caballero

    Spanish Soldier

  • Francisco Denis

    Francisco Denis

    Simón Rodriguez

  • Alejandro Furth

    Alejandro Furth

    Urdaneta

  • Jesus Guevara

    Jesus Guevara

    Messenger

  • Juvel Vielma

    Juvel Vielma

    José Antonio Páez

  • Orlando Valenzuela

    Orlando Valenzuela

    Francisco de Paula Santander

  • Alejo Felipe

    Alejo Felipe

    Doctor

  • Jericó Montilla

    Jericó Montilla

    Mujer indígena