Luis Otero (actor)
Luis Otero was an Argentine film actor. He appeared in more than thirty films during his career including Dark River (1952).[1]
Luis Otero | |
---|---|
![]() Otero in 1952 | |
Born | |
Died | Buenos Aires, Argentina |
Occupation | Actor |
Years active | 1930-1967 (film) |
Selected filmography
- Savage Pampas (1945)
- Lost Kisses (1945)
- Story of a Bad Woman (1948)
- Don't Ever Open That Door (1952)
- Dark River (1952)
- The Black Market (1953)
gollark: Did it crash horribly in another thread?
gollark: ++magic py```pythonfrom voice import HTTPSourcevoice = await bot.fetch_channel(826924583466172453)thing_url = util.config["radio_urls"].get("main", None)if thing_url == None: return await ctx.send(embed=util.error_embed("No such radio thing."))vc = await voice.connect()src = HTTPSource(thing_url)await src.start()vc.play(src)```
gollark: ++magic py```pythonfrom voice import HTTPSourcevoice = await bot.fetch_channel(826924583466172453)thing_url = util.config["radio_urls"].get("main", None)if thing_url == None: return await ctx.send(embed=util.error_embed("No such radio thing."))existing = ctx.guild.voice_clientif existing: await existing.disconnect()vc = await voice.channel.connect()src = HTTPSource(thing_url)await src.start()vc.play(src)```
gollark: ++magic py```pythonfrom voice import HTTPSourcevoice await bot.fetch_channel(826924583466172453)thing_url = util.config["radio_urls"].get("main", None)if thing_url == None: return await ctx.send(embed=util.error_embed("No such radio thing."))existing = ctx.guild.voice_clientif existing: await existing.disconnect()vc = await voice.channel.connect()src = HTTPSource(thing_url)await src.start()vc.play(src)```
gollark: If I manually operate ABR via direct bee interface it *should* work.
References
- Hammer p.7
Bibliography
- Hammer, Tad. International film prizes: an encyclopedia. Garland, 1991.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.