Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #61478
| References | <CAGGBd_pn4Mv8R0QuueG093YR82a3+EM2Sy+mF5d1aJ1D25yoeA@mail.gmail.com> <7wk3fdmcna.fsf@benfinney.id.au> |
|---|---|
| Date | 2013-12-10 08:32 -0800 |
| Subject | Re: Movie (MPAA) ratings and Python? |
| From | Dan Stromberg <drsalists@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.3835.1386693134.18130.python-list@python.org> (permalink) |
[Multipart message — attachments visible in raw view] - view raw
On Mon, Dec 9, 2013 at 10:40 PM, Ben Finney <ben+python@benfinney.id.au>wrote: > Dan Stromberg <drsalists@gmail.com> writes: > > > Is anyone using a module or database that gives Python 3.x access to MPAA > > ratings (EG G, PG, PG-13, etc.)? > > What information would you want access to? Why would a library (rather > than, say, a short set of strings) be needed? > Movie ratings. EG G, PG, PG-13, etc. A library might query a REST interface or screenscrape, though most relevant websites have policies against screenscraping. > > I explored a few of the possibilities on Pypi, a couple of web > interfaces, > > and the IMDB flat text file with ratings and reasons for those ratings, > but > > I've not been really impressed yet. > > You seem to be talking about some MPAA document, where is it so we can > know what specifically you're referring to? > It's available from many places, EG: > http://www.filewatcher.com/m/mpaa-ratings-reasons.list.gz.203532-0.html >
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Movie (MPAA) ratings and Python? Dan Stromberg <drsalists@gmail.com> - 2013-12-10 08:32 -0800
csiph-web