Adolescencia
Adolescencia (English language:Adolescence) is a 1942 Argentine film directed by Francisco Múgica and written by Carlos A. Olivari. The film starred Pola Alonso and Ana Arneodo
Adolescencia | |
---|---|
Directed by | Francisco Múgica |
Produced by | Francisco Múgica |
Written by | Carlos A. Olivari |
Starring | Pola Alonso Ana Arneodo |
Music by | Enrique Delfino |
Cinematography | José María Beltrán |
Edited by | Juan Soffici |
Distributed by | Lumiton |
Release date | 11 March 1942 |
Running time | 86 minutes |
Country | Argentina |
Language | Spanish |
Synopsis
A girl falls in love with a boy arrived from the United States and displaces her childhood sweetheart.
Release
The film premiered on 11 March 1942 in Buenos Aires.
Cast
- Pola Alonso
- Ana Arneodo
- María Arrieta
- Alberto Contreras
- Rufino Córdoba
- Alfredo Jordan
- Mirtha Legrand
- Ángel Magaña
- Federico Mansilla
- Domingo Márquez
gollark: ```python#!/usr/bin/env python3import os, os.path, json, csv, reOUT = "/tmp/messages.csv"with open(OUT, "w") as g: outwriter = csv.writer(g) DATA_ROOT = "/tmp/messages" for x in os.listdir(DATA_ROOT): dir = os.path.join(DATA_ROOT, x) if os.path.isdir(dir): with open(os.path.join(dir, "channel.json")) as f: meta = json.load(f) if meta["type"] == 0 and ("guild" not in meta or meta["guild"]["id"] != "771081279403065344"): print(x, meta.get("name", "???"), meta.get("guild", "???")) with open(os.path.join(dir, "messages.csv")) as f: r = csv.reader(f) for row in r: channel, timestamp, message, _ = row message = re.sub("<@[0-9]+>", "", message) outwriter.writerow((message, ))```
gollark: And the messages folder → CSV dumper is something like 20 lines of python.
gollark: Why the free time thing though? It's not like looking up how to do this is particularly time consuming.
gollark: Oh, well, this is faster.
gollark: Anyway, I can just leave it running in the background for 90 minutes or so.
External links
- Adolescencia on IMDb
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.