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


Groups > comp.lang.python > #61479

Re: Movie (MPAA) ratings and Python?

References <CAGGBd_pn4Mv8R0QuueG093YR82a3+EM2Sy+mF5d1aJ1D25yoeA@mail.gmail.com> <7wk3fdmcna.fsf@benfinney.id.au> <52A6B935.8010208@gmail.com>
Date 2013-12-10 08:35 -0800
Subject Re: Movie (MPAA) ratings and Python?
From Dan Stromberg <drsalists@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.3836.1386693308.18130.python-list@python.org> (permalink)

Show all headers | View raw


[Multipart message — attachments visible in raw view] - view raw

On Mon, Dec 9, 2013 at 10:48 PM, Paul Scott <pscott209@gmail.com> wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On 10/12/2013 08:40, Ben Finney 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.)?
>
> If you are already using IMDB you should have a look at
> http://imdbpy.sourceforge.net/downloads.html as well. It provides a
> relatively simple Python interface to either a local or hosted IMDB
> dataset and allows you to grab the MPAA rating directly from the
> canonical movie name.
>
I believe this was the module I got the farthest with.  I was using it
without a local database, instead querying IMDB's website.  However, it
appeared to be 2.x only (no 3.x yet), and it was tracebacking a lot.

The rest of the IMDB-related packages on Pypi appeared to have tiny version
numbers, or to have not been updated in quite a while.

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

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

csiph-web