Youth for Sale
Youth for Sale is a 1924 silent American drama film directed by Christy Cabanne and starring May Allison, Sigrid Holmquist, and Richard Bennett. It was released on August 1, 1924.
Youth for Sale | |
---|---|
Directed by | Christy Cabanne |
Written by | Gerald C. Duffy(as Gerald Duffy Raymond S. Harris |
Based on | the short story, "The Gray Path" by Izola Forrester[1] |
Starring | May Allison Sigrid Holmquist Richard Bennett |
Cinematography | Jack Brown |
Production company | C. C. Burr Pictures |
Release date |
|
Running time | 6 reels |
Country | United States |
Language | English |
Cast list
- May Allison as Molly Malloy
- Sigrid Holmquist as Connie Sutton
- Richard Bennett as Montgomery Breck
- Charles Emmett Mack as Tom Powers
- Alice Chapin as Mrs. Malloy
- Tom Blake as Bill Brophy
- Dorothy Allen as Pansy Mears
- Charles Beyer as George Archibald
- Harold Foshay as Edward Higgins
gollark: ... how?
gollark: ```rust// Evaluate an arithmetic expressioncommand!(eval(_context, message, args) { let expr = args.multiple::<String>()?.join(" "); // yes, this is kind of undoing the work the command parser does... send_result(message, &calc::eval(&expr))?;});// Evaluate an arithmetic expression in polish notationcommand!(eval_polish(_context, message, args) { let expr = args.multiple::<String>()?.join(" "); send_result(message, &calc::eval_polish(&expr))?;});```ALL THE CODE for this feature.
gollark: No, since I was too lazy to do anything other than plug in an existing rust library.
gollark: ++exec```testtest2```
gollark: ++eval-polish + 1 1
References
- Goble, A. (1999). The Complete Index to Literary Sources in Film. De Gruyter. p. 1026. ISBN 978-3-11-095194-3. Retrieved 2018-03-03.
- "Youth for Sale". American Film Institute. Archived from the original on March 3, 2018. Retrieved March 3, 2018.
External links
- Youth for Sale on IMDb
- Youth for Sale at the TCM Movie Database
- Youth for Sale at the American Film Institute Catalog
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.