La hija de Juana Crespo

La hija de Juana Crespo is a Venezuelan telenovela written by Salvador Garmendia and José Ignacio Cabrujas and produced by Radio Caracas Television in 1977.[1][2]

La hija de Juana Crespo
GenreTelenovela
Created bySalvador Garmendia
José Ignacio Cabrujas
Directed byRomán Chalbaud
StarringMayra Alejandra
José Luis Rodríguez
Opening theme"Solos tú y yo" by José Luis Rodríguez
Ending theme"Diana" by José Luis Rodríguez
Country of originVenezuela
Original language(s)Spanish
No. of episodes100
Production
Production location(s)Caracas
Production company(s)RCTV
Release
Original networkRCTV
Original releaseMay 24 
September 11, 1977

Mayra Alejandra,[3] José Luis Rodríguez and Jean Carlo Simancas starred as the protagonists.

Cast

  • Mayra Alejandra as Diana Crespo
  • José Luis Rodríguez as Gustavo
  • Hilda Vera as Juana Crespo
  • Jean Carlo Simancas as David
  • Alberto Marín as Miguel
  • Rafael Cabrera as Raúl Moros
  • Amalia Pérez Díaz as Beatriz
  • Rafael Briceño
  • Zulay García
  • Roberto Gray
  • Arturo Calderón
  • Virgilio Galindo
  • Fausto Verdial
  • Tania Sarabia
  • Carlos Villamizar
  • Otto Rodríguez
  • Mahuampi Acosta
gollark: If you want to run stuff downloaded from the interweb in a script then:```lualocal h = http.get "whatever URL"local x = h.readAll()h.close()local fn, err = load(x, "@thing")if not fn then error(err) endfn(...)```
gollark: You can actually just use `wget run [URL]` or something in the command prompt.
gollark: If you want to save it to a file then```lualocal h = http.get "whatever URL"local f = fs.open("whatever file", "w")f.write(h.readAll())h.close()```
gollark: In general something like```lualocal h = http.get "whatever URL"local text = h.readAll()h.close()```to download a file to the variable `text`.
gollark: Yes.

References

  1. "La hija de Juana Crespo un drama rosa pero con contenido social". www.eltelegrafo.com.ec (in Spanish). Retrieved 13 May 2017.
  2. "¡QUÉ MOMENTOS!l". diariolavoz.net (in Spanish). Retrieved 13 May 2017.
  3. "Mayra Alejandra, la última diva de RCTV". estampas.com (in Spanish). Retrieved 13 May 2017.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.