Daylight Robbery (1964 film)
Daylight Robbery is a 1964 British film from the Children's Film Foundation.[1][2] Its plot concerns a group of kids who foil bank robbers.
Daylight Robbery | |
---|---|
Directed by | Michael Truman |
Produced by | John Davis |
Screenplay by | Dermot Quinn |
Based on | an idea by Frank Wells |
Starring | Janet Munro Gordon Jackson Zena Walker |
Music by | Tristram Cary |
Cinematography | Geoffrey Faithfull |
Edited by | Peter Weatherley |
Production company | Viewfinder Film Productions |
Distributed by | Children's Film Foundation |
Release date |
|
Running time | 57 minutes |
Country | United Kingdom |
Language | English |
Cast
- Trudy Moors as Trudy
- Janet Hannington as Janet
- Kirk Martin as Kirk
- Darryl Read as Darryl
- Doug Robinson as Gangster (as Douglas Robinson)
- John Trenaman as Gangster
- Gordon Jackson as Sergeant
- Janet Munro
- Zena Walker
- Patricia Burke
- James Villiers
- Norman Rossington
- Ronald Fraser
Critical reception
TV Guide called it an "Okay children's film with a surprisingly talented adult cast."[3]
gollark: OH NO
gollark: As always, the lack of newlines creates optimization.
gollark: ```python#!/usr/bin/env python3import subprocess, os, os.path, sys, argparse, datetimetimestamp = datetime.datetime.now().strftime("%Y-%m-%d_%H-%M-%S")print(timestamp)parser = argparse.ArgumentParser(description="do backups, probably")parser.add_argument("name", help="name of backup item")parser.add_argument("dir", help="directory to backup")args = parser.parse_args()print(args)srcdir = os.path.abspath(args.dir)outdir = os.path.join(os.path.dirname(os.path.abspath(sys.argv[0])), "encrypted/backups")outpath = os.path.join(outdir, f"{args.name}_{timestamp}.sqlar")print(srcdir, outdir, outpath)subprocess.run(["sqlite3", outpath, "-A", "--verbose", "--create", "--directory", srcdir, "."])```muahahahaha, backups.
gollark: Firefox has been declining lately in some ways...
gollark: Fascinating.
References
- DAYLIGHT ROBBERY Monthly Film Bulletin; London Vol. 32, Iss. 372, (Jan 1, 1965): 108.
- "Daylight Robbery (1964)". BFI.
- "Daylight Robbery | TV Guide". TVGuide.com.
External links
- Daylight Robbery at Letterboxd
- Daylight Robbery at the British Film Institute
- Daylight Robbery on IMDb
- Daylight Robbery at TV Guide
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.