Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #61478 > unrolled thread

Re: Movie (MPAA) ratings and Python?

Started byDan Stromberg <drsalists@gmail.com>
First post2013-12-10 08:32 -0800
Last post2013-12-10 08:32 -0800
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Movie (MPAA) ratings and Python? Dan Stromberg <drsalists@gmail.com> - 2013-12-10 08:32 -0800

#61478 — Re: Movie (MPAA) ratings and Python?

FromDan Stromberg <drsalists@gmail.com>
Date2013-12-10 08:32 -0800
SubjectRe: Movie (MPAA) ratings and Python?
Message-ID<mailman.3835.1386693134.18130.python-list@python.org>

[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
>

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web